CVE-2026-65431
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedJoomla Extension - regularlabs.com - Zipslip in GeoIP extension - Geo IP database update archives have been broadly extracted without path validation, leading to unsafe file extractions.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA ZipSlip (directory traversal) vulnerability exists in the Regular Labs GeoIP extension for Joomla. The extension's Geo IP database update feature extracts archive files without validating file paths, allowing attackers to craft malicious archives containing files with '../' path sequences that can write to arbitrary locations on the filesystem, potentially achieving remote code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify GeoIP extension is installedLog into the Joomla administrator panel and navigate to Extensions > Manage, or inspect the /plugins/system/ directory for files containing 'geoip' or 'regularlabs' in the filename. Check for a folder named 'geoip' under the Joomla installation.Affected if The GeoIP extension from regularlabs.com is present on the Joomla site
-
Determine installed GeoIP extension versionIn Joomla admin, go to Extensions > Manage > Manage, find the GeoIP plugin or system plugin from Regular Labs, and note the version number. Alternatively, check the manifest XML file in /plugins/system/geoip/ or similar path for the <version> tag.Affected if The installed version matches or falls within the vulnerable version range for this extension
-
Confirm automatic update feature is enabledIn Joomla admin, navigate to Components > Regular Labs GeoIP (or System > Regular Labs > GeoIP), and check whether the automatic database update feature is turned on. Inspect the extension's configuration XML or database table #__extensions for the params field containing 'update' settings.Affected if Automatic Geo IP database updates are enabled, allowing the extension to fetch and extract archives
-
Inspect extraction directory permissions and contentsLocate the directory where GeoIP stores extracted database files (typically /media/com_geoip/ or /tmp/geoip/ under the Joomla root). Check for any files with unusual timestamps or files that appear outside this expected extraction path using: find /path/to/joomla -newer /path/to/joomla/plugins/system/geoip -type f 2>/dev/nullAffected if Unexpected files exist outside the designated GeoIP extraction directory or files have been modified at times coinciding with update attempts
-
Review web server access logs for archive extraction patternsSearch web server access logs (Apache or Nginx) for requests to the GeoIP update endpoint, looking for patterns like 'geoip', 'update', or 'database' in the URI. Check for any POST requests with .zip or .tar.gz extensions that may indicate malicious archive uploads: grep -i 'geoip.*\.zip\|geoip.*update' /var/log/apache2/access.logAffected if Requests to GeoIP update functionality originate from unexpected IP addresses or contain unusually large request bodies
A Joomla site is affected if the regularlabs.com GeoIP extension is installed with automatic database updates enabled and files exist outside the intended extraction directory, indicating successful ZipSlip exploitation.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement path validation that rejects any archive entries containing directory traversal sequences (../) before extraction. Alternatively, update to the latest patched version of the GeoIP extension if available from regularlabs.com.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-65431 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-65431 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data