Cyber Resilience

CVE-2025-49484

HighPublic PoC

Published: 18 July 2025

Published
18 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0108 78.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-49484 is a high-severity SQL Injection (CWE-89) vulnerability in Joomsky (inferred from references). Its CVSS base score is 8.7 (High).

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

Deeper analysis

A SQL injection vulnerability tracked as CVE-2025-49484 affects the JS Jobs plugin for Joomla in versions 1.0.0 through 1.4.1. The flaw, classified under CWE-89, resides in the employee application feature and permits arbitrary SQL command execution through the cvid parameter. It carries a CVSS 4.0 score of 8.7, reflecting network-accessible attack vector, low attack complexity, and low required privileges.

Low-privilege authenticated users can exploit the issue remotely without user interaction to read, modify, or delete database contents, resulting in high impact to confidentiality, integrity, and availability. Public proof-of-concept code is available on Exploit-DB, confirming the parameter is directly injectable in the affected component.

The associated EPSS score remains flat at 0.0108 with no material increase since disclosure, indicating limited observed exploitation interest to date.

EU & UK References

Vulnerability details

A SQL injection vulnerability in the JS Jobs plugin versions 1.0.0-1.4.1 for Joomla allows low-privilege users to execute arbitrary SQL commands via the 'cvid' parameter in the employee application feature.

CWE(s)

Related Threats

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

Affected Assets

Joomsky
inferred from references and description; NVD did not file a CPE for this CVE

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