First published: Wed Apr 16 2025(Updated: )
Sourcecodester Online ID Generator System 1.0 was discovered to contain a SQL injection vulnerability via the id parameter at id_generator/admin/?page=generate/index&id=1.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Sourcecodester Online ID Generator System | ||
Oretnom23 Online Id Generator System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-40072 is considered high due to the potential for unauthorized access to the database.
To fix CVE-2024-40072, sanitize and validate the 'id' parameter to prevent SQL injection attacks.
The impact of CVE-2024-40072 allows attackers to execute arbitrary SQL commands, which can lead to data theft or manipulation.
Yes, CVE-2024-40072 is exploitable remotely, allowing attackers to exploit the vulnerability over the internet.
Yes, using prepared statements can effectively mitigate the risk of CVE-2024-40072 by preventing SQL injection.