Security readout for executives and security teams
Plain-English summary
CVE-2022-43350 is a high-severity SQL injection issue in Sanitization Management System v1.0. A highly privileged user could potentially manipulate the application’s database through the inquiry deletion function, threatening confidentiality, integrity, and availability. The public record does not show CISA KEV listing or confirmed active exploitation.
Executive priority
Treat as high priority where the product is deployed. The issue can affect business data integrity and availability, but available evidence suggests high privileges are required and active exploitation is not confirmed in the provided sources.
Technical view
The CVE describes CWE-89 SQL injection in the id parameter of /php-sms/classes/Master.php?f=delete_inquiry. CVSS 3.1 is 7.2 with network reachability, low complexity, high privileges required, no user interaction, unchanged scope, and high confidentiality, integrity, and availability impact. CVE vendor/product metadata is incomplete.
Likely exposure
Exposure appears limited to organizations running Sanitization Management System v1.0, especially if the application is reachable over a network and privileged accounts can access inquiry deletion features. The CVE data does not provide CPEs or vendor metadata, so asset matching may require manual confirmation.
Exploitation context
The source bundle identifies a public vulnerability report, but no CISA KEV entry and no cited source confirming active exploitation. The CVSS vector indicates exploitation requires high privileges, reducing likelihood from unauthenticated attackers but increasing concern for compromised admin accounts or insider misuse.
Researcher notes
The CVE record lacks normalized vendor, product, version, and CPE data. Validation should rely on application naming, code paths, and the referenced report. Avoid assuming broader product families or later versions are affected without vendor confirmation.
Mitigation direction
- Check vendor or project guidance for a published fix or maintained replacement.
- Restrict access to the application and administrative functions to trusted networks.
- Review the affected handler for parameterized database queries and input validation.
- Monitor privileged account activity and inquiry deletion events.
- Back up the database before remediation or code changes.
Validation and detection
- Inventory systems for Sanitization Management System v1.0 installations.
- Confirm whether the delete_inquiry handler and id parameter exist in deployed code.
- Review application code for unsafe SQL construction around inquiry deletion.
- Verify only intended privileged roles can access the affected function.
- Check application and database logs for unusual deletion or query errors.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupDatabase behavior lookup
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2022-43350 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.2 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.2HighVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
