Description
Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in GeoIP extension - Database-update requests lacked consistent token and Super User checks, this could cause unauthorized updates.
Published: 2026-07-23
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from inconsistent checks on CSRF tokens and Super User privileges in database‑update requests for the GeoIP extension. This flaw allows an attacker to perform unauthorized updates to the database, potentially altering configuration, injecting malicious data, or bypassing intended access controls. The impacted data could be used to further compromise the Joomla site or exfiltrate sensitive information.

Affected Systems

The GeoIP extension for Joomla provided by regularlabs.com is affected. No specific version information is supplied; therefore all installations of the extension are potentially vulnerable until a patch is applied.

Risk and Exploitability

The EPSS score is reported as less than 1%, and the vulnerability is not listed in CISA's KEV catalog, indicating a low probability of immediate exploitation. However, the potential impact of unauthorized database modification is high, reflected in the CVSS score of 8.8. Based on the description, it is inferred that the likely attack vector is forging HTTP requests to the update endpoints, which could be achieved by a compromised user session or via a manually crafted request from the internet, depending on the hosting environment. The attacker would need to bypass the missing token and privilege checks to gain the necessary privileges to perform the update.

Generated by OpenCVE AI on August 2, 2026 at 17:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest vendor patch or upgrade the GeoIP extension to a version where CSRF token and Super User checks are consistently enforced, addressing the weaknesses identified by CWE‑352 and CWE‑284.
  • Review the extension configuration to confirm that all database‑update actions require a valid CSRF token generated for the current session (CWE‑352) and are restricted to users with Super User or equivalent administrative privileges (CWE‑284).
  • Implement network or application layer controls, such as firewall rules or input validation filters, to restrict access to the update endpoints to trusted administrators only, thereby limiting the attack surface.

Generated by OpenCVE AI on August 2, 2026 at 17:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
Link Providers
https://regularlabs.com/ cve-icon cve-icon
History

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Regularlabs.com
Regularlabs.com geoip Extension For Joomla
Vendors & Products Regularlabs.com
Regularlabs.com geoip Extension For Joomla

Thu, 23 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description Database-update requests lacked consistent token and Super User checks, this could cause unauthorized updates. Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in GeoIP extension - Database-update requests lacked consistent token and Super User checks, this could cause unauthorized updates.

Thu, 23 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description Database-update requests lacked consistent token and Super User checks, this could cause unauthorized updates.
Title Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in GeoIP extension
Weaknesses CWE-284
CWE-352
References

Subscriptions

Regularlabs.com Geoip Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-07-29T05:38:42.253Z

Reserved: 2026-07-20T18:46:40.119Z

Link: CVE-2026-64876

cve-icon Vulnrichment

Updated: 2026-07-28T14:13:26.076Z

cve-icon NVD

Status : Deferred

Published: 2026-07-23T10:16:52.510

Modified: 2026-07-28T16:20:05.543

Link: CVE-2026-64876

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T17:15:05Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-352

    Cross-Site Request Forgery (CSRF)