Description
Joomla Extension - lomart.fr - Various path traversal / file access vectors in UP plugin extension 5.0.0-5.2.0, 6.0.0-6.0.29
Published: 2026-09-26
Score: 9.2 Critical
EPSS: n/a
KEV: No
Impact: Remote File Access / Disclosure leading to potential code execution
Action: Immediate Update
AI Analysis

Impact

An attacker can craft file paths that traverse outside the intended directory when interacting with the UP plugin, allowing the reading of arbitrary files or the placement of executable files. The weakness is classified as CWE‑22, with inadequate access controls contributing as CWE‑284. Because the plugin is a web‑exposed extension in Joomla, the attacker can trigger these vectors over HTTP, potentially leading to confidential data exposure or code execution if a malicious file is uploaded and executed.

Affected Systems

The vulnerability affects the UP plugin for Joomla developed by lomart.fr. All releases from 5.0.0 through 5.2.0 and from 6.0.0 through 6.0.29 are impacted.

Risk and Exploitability

The CVSS score of 9.2 indicates a high‑severity flaw. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be remote via web requests, as the plugin processes user‑supplied input over HTTP without adequate validation. The conditions require only Web access to the plugin’s endpoints and are likely exploitable against systems that have the plugin installed with enabled file upload functionality.

Generated by OpenCVE AI on September 26, 2026 at 15:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the UP plugin to the newest release that removes the path traversal flaw; the latest patch is available from the vendor’s website.
  • If upgrading immediately is not possible, disable the UP plugin or restrict web access to its files and directories using Joomla's permission settings or server‑level configuration such that only trusted administrators can perform uploads.
  • Apply input validation by ensuring any file path arguments are strictly limited to allowed directories and reject requests that attempt to include traversal sequences; monitor for abnormal upload activity and consider moving upload targets outside the web root.

Generated by OpenCVE AI on September 26, 2026 at 15:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
Link Providers
https://up.lomart.fr/ cve-icon cve-icon
History

Sun, 27 Sep 2026 00:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 26 Sep 2026 23:00:00 +0000

Type Values Removed Values Added
First Time appeared Lomart.fr
Lomart.fr up Plugin For Joomla
Vendors & Products Lomart.fr
Lomart.fr up Plugin For Joomla

Sat, 26 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Joomla Extension - lomart.fr - Various path traversal / file access vectors in UP plugin extension 5.0.0-5.2.0, 6.0.0-6.0.29
Title Joomla Extension - lomart.fr - Various path traversal / file access vectors in UP plugin extension 5.0.0-5.2.0, 6.0.0-6.0.29
Weaknesses CWE-22
CWE-284
References
Metrics cvssV4_0

{'score': 9.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N'}


Subscriptions

Lomart.fr Up Plugin For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-09-27T04:49:00.772Z

Reserved: 2026-09-24T04:35:50.607Z

Link: CVE-2026-97161

cve-icon Vulnrichment

Updated: 2026-09-26T22:56:27.808Z

cve-icon NVD

Status : Received

Published: 2026-09-26T15:16:55.640

Modified: 2026-09-26T23:16:42.743

Link: CVE-2026-97161

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-26T22:18:02Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-284

    Improper Access Control