CVE-2022-34953: SQL Injection
Published Aug 2, 2022
·Updated
Pharmacy Management System v1.0 was discovered to contain a SQL injection vulnerability via the startDate parameter at getOrderReport.php.
Affected Software
1 affected component
PhpTpoint Pharmacy Management System=1.0
Event History
Aug 2, 2022
CVE Published
via MITRE·02:54 AM
Data Sourced
via MITRE·02:54 AM
Description
Frequently Asked Questions
1
What is the severity of CVE-2022-34953?
The severity of CVE-2022-34953 is critical with a score of 9.8.
2
How does the SQL injection vulnerability in Pharmacy Management System v1.0 (CVE-2022-34953) occur?
The SQL injection vulnerability in Pharmacy Management System v1.0 (CVE-2022-34953) occurs via the startDate parameter in the getOrderReport.php file.
3
How can I fix the SQL injection vulnerability in Pharmacy Management System v1.0 (CVE-2022-34953)?
To fix the SQL injection vulnerability in Pharmacy Management System v1.0 (CVE-2022-34953), you should sanitize and validate user input before using it in SQL queries, or use prepared statements or parameterized queries.
4
What is the CWE code associated with CVE-2022-34953?
The CWE code associated with CVE-2022-34953 is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')).