First published: Tue Aug 02 2022(Updated: )
Pharmacy Management System v1.0 was discovered to contain a SQL injection vulnerability via the id parameter at editcategory.php.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Pharmacy Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-34947 has a medium severity rating due to its potential to allow unauthorized database access through SQL injection.
To fix CVE-2022-34947, sanitize and parameterize all SQL queries that include user input to prevent SQL injection.
CVE-2022-34947 affects Pharmacy Management System version 1.0 and allows SQL injection via the id parameter.
Yes, CVE-2022-34947 can potentially lead to data leaks as an attacker may execute arbitrary SQL code and access sensitive data.
CVE-2022-34947 exemplifies SQL injection vulnerabilities, which are commonly listed in the OWASP Top Ten.