mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-01 11:10:36 +00:00
18 lines
979 B
Markdown
18 lines
979 B
Markdown
### [CVE-2023-41879](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-41879)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Magento LTS is the official OpenMage LTS codebase. Guest orders may be viewed without authentication using a "guest-view" cookie which contains the order's "protect_code". This code is 6 hexadecimal characters which is arguably not enough to prevent a brute-force attack. Exposing each order would require a separate brute force attack. This issue has been patched in versions 19.5.1 and 20.1.1.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/OpenMage/magento-lts/security/advisories/GHSA-9358-cpvx-c2qp
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|