Cyber Resilience

CVE-2022-46443

HighPublic PoC

Published: 14 December 2022

Published
14 December 2022
Modified
22 April 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.7984 99.1th percentile
Risk Priority 66 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-46443 is a high-severity SQL Injection (CWE-89) vulnerability in Bangresto Project Bangresto. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 0.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

mesinkasir Bangresto 1.0 contains a SQL injection vulnerability tracked as CVE-2022-46443. The flaw is present in the handling of the itemqty%5B%5D parameter and is classified under CWE-89. It received a CVSS 3.1 score of 8.8, reflecting network attack vector, low complexity, low-privileged access requirements, and full impact on confidentiality, integrity, and availability.

An attacker with a low-privileged account can supply crafted input through the affected parameter to execute arbitrary SQL commands against the back-end database. Successful exploitation can result in unauthorized data access, modification, or deletion, as well as potential escalation to broader system compromise.

Public references consist of a technical write-up and demonstration videos that illustrate the injection vector. The EPSS score currently stands at 0.7984 with a recorded peak of 0.8337, indicating sustained exploitation interest following disclosure. No official patch or mitigation guidance is provided in the available references.

EU & UK References

Vulnerability details

mesinkasir Bangresto 1.0 is vulnberable to SQL Injection via the itemqty%5B%5D parameter.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

bangresto project
bangresto
1.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References