CVE-2019-13292
CRITICAL 9.8EPSS 9.3%
A SQL Injection issue was discovered in webERP 4.15. Payments.php accepts payment data in base64 format. After this is decoded, it is deserialized. Then, this deserialized data goes directly into a SQL query, with no sanitizing checks.
- CVSS v3.0
- 9.8 CRITICAL
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H - CVSS v2.0
- 7.5 HIGH
AV:N/AC:L/Au:N/C:P/I:P/A:P - EPSS
- 9.27% chance of exploitation in the next 30 days, 95th percentile
- Published
- 2019-07-04
- Updated
- 2024-08-04
Proof-of-concept exploits (3)
- 808ale/CVE-2019-13292-WebERP_4.152★ · 2023-07-13
- gustanini/CVE-2019-13292-WebERP_4.152★ · 2023-07-13
- alealeluyah/CVE-2019-13292-WebERP_4.15