Joomla com_jsjobs 1.2.6 contains an arbitrary file deletion vulnerability that allows authenticated attackers to delete files by manipulating custom userfield parameters. Attackers can send POST requests to the job.savejob task with path traversal sequences in the field_2 parameter to delete arbitrary files accessible to the web server.
Security readout for executives and security teams
Plain-English summary
A logged-in Joomla user can abuse JS Jobs 1.2.6 to delete files the web server can reach. That could damage site content, configuration, or application files. The bundle shows a public exploit reference, but no KEV listing or cited evidence of active exploitation.
Executive priority
Prioritize externally reachable Joomla sites using JS Jobs 1.2.6, especially where untrusted users can authenticate. Treat as high urgency because arbitrary file deletion can disrupt service and public exploit material is referenced.
Technical view
The issue is path traversal in custom userfield handling for the job.savejob task. An authenticated attacker can manipulate userfield parameters to cause arbitrary file deletion. The CVE maps to CWE-22 and has CVSS 4.0 score 7.1 high.
Likely exposure
Exposure is limited to Joomla sites running Joomsky JS Jobs version 1.2.6 with attacker-accessible authenticated accounts. Public-facing job portals are higher concern because account creation may be easier.
Exploitation context
ExploitDB is listed as an exploit reference, so public technical detail exists. The source bundle does not show CISA KEV inclusion or confirmed active exploitation. Do not treat this as exploited-in-the-wild without stronger evidence.
Researcher notes
The description emphasizes arbitrary file deletion, while the provided CVSS vector reports high vulnerable-system confidentiality impact and no integrity or availability impact. That mismatch should be verified against the CVE record and advisory before relying on the vector alone.
Mitigation direction
Inventory Joomla sites for JS Jobs 1.2.6.
Check Joomsky and VulnCheck guidance for a fixed or supported release.
Disable or uninstall JS Jobs 1.2.6 if no vendor fix is available.
Restrict account creation and access to JS Jobs workflows.
Ensure current backups for site files and configuration.
Validation and detection
Confirm whether com_jsjobs is installed on each Joomla instance.
Record the installed JS Jobs version and compare it to 1.2.6.
Review web server permissions for files reachable by Joomla.
Check logs for suspicious authenticated job.savejob requests.
Verify backup restoration procedures for affected sites.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
We 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.