Cyber Resilience

CVE-2022-3689

HighPublic PoC

Published: 28 November 2022

Published
28 November 2022
Modified
30 January 2026
KEV Added
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.4030 97.4th percentile
Risk Priority 39 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-3689 is a high-severity SQL Injection (CWE-89) vulnerability in Linksoftwarellc Html Forms. Its CVSS base score is 7.2 (High).

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

Deeper analysis

The HTML Forms WordPress plugin before version 1.3.25 contains a SQL injection vulnerability (CWE-89) caused by insufficient escaping of a parameter before it is used in a SQL statement. The flaw affects the plugin's database interaction logic and carries a CVSS 3.1 score of 7.2, reflecting network-accessible exploitation with high impact on confidentiality, integrity, and availability when successfully triggered.

High-privilege users, such as authenticated administrators, can supply crafted input to execute arbitrary SQL commands against the underlying database. Successful exploitation allows attackers to read or modify sensitive data, alter plugin or WordPress configuration, and potentially achieve further compromise of the site without requiring user interaction.

Advisories published on WPScan identify the issue in versions prior to 1.3.25 and recommend updating the HTML Forms plugin to the fixed release as the primary mitigation.

The EPSS score for this CVE has remained at 0.4030 since disclosure, indicating a moderate and stable probability of exploitation in the wild with no observed upward trajectory after publication.

EU & UK References

Vulnerability details

The HTML Forms WordPress plugin before 1.3.25 does not properly properly escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by high privilege users

CWE(s)

Related Threats

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

Affected Assets

linksoftwarellc
html forms
≤ 1.3.25

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