mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-01 15:11:34 +02:00
22 lines
935 B
Markdown
22 lines
935 B
Markdown
### [CVE-2015-9238](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9238)
|
|

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
secure-compare 3.0.0 and below do not actually compare two strings properly. compare was actually comparing the first argument with itself, meaning the check passed for any two strings of the same length.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/ARPSyndicate/cvemon
|
|
- https://github.com/JamesDarf/wargame-secure_compare
|
|
- https://github.com/JamesDarf/wargame-turkey_in_2
|
|
- https://github.com/m0d0ri205/SBOM-CVE-Lister-for-npm
|
|
- https://github.com/m0d0ri205/wargame-turkey_in_2
|
|
|