Cyber Resilience

CVE-2022-45805

High

Published: 03 November 2023

Published
03 November 2023
Modified
28 April 2026
KEV Added
Patch
CVSS Score v3.1 8.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:L
EPSS Score 0.0303 87.0th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-45805 is a high-severity SQL Injection (CWE-89) vulnerability in Paytm Payment Gateway. Its CVSS base score is 8.2 (High).

Operationally, ranked in the top 13.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2022-45805 is an authenticated SQL injection vulnerability (CWE-89) affecting the Paytm Payment Gateway WordPress plugin, present in all versions through 2.7.3. The flaw stems from improper neutralization of special elements in SQL commands and carries a CVSS 3.1 score of 8.2, reflecting network attack vector, low complexity, and high privileges required.

An attacker with administrative or other high-privileged WordPress credentials can supply crafted input that alters backend SQL queries, enabling extraction of sensitive data from the database along with limited modification or disruption of application behavior; the changed scope rating indicates the impact can extend beyond the immediate plugin context.

Patchstack advisories document the issue as an authenticated SQL injection in the paytm-payments plugin and serve as the primary public reference for the vulnerability.

The EPSS score rose sharply from a low baseline to a peak of 0.4590 before receding to the current value of 0.0303, indicating a period of increased exploitation interest following disclosure.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Paytm Paytm Payment Gateway paytm-payments allows SQL Injection.This issue affects Paytm Payment Gateway: from n/a through 2.7.3.

CWE(s)

Related Threats

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

Affected Assets

paytm
payment gateway
≤ 2.7.3

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