LiveActive security incident?Get immediate response
CVE Record

CVE-2026-64798: Joomla Extension - regularlabs.com - Insecure login URL keys in IP login extension

Joomla Extension - regularlabs.com - Insecure login URL keys in IP login extension - Persistent URL login keys were also generated using a non-cryptographic random generator with insufficient entropy.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

The Joomla IP Login extension used persistent URL login keys generated with weak, insufficiently random values. An unauthenticated network attacker may be able to guess valid keys and access protected accounts, exposing or altering sensitive information. The listed affected range is versions 1.0.0 through 6.2.5.

Executive priority

Treat this as an urgent identity and access risk. Prioritize externally reachable Joomla systems and installations protecting sensitive or administrative access. Establish exposure immediately, follow confirmed vendor guidance, and investigate suspicious authentication activity; the sources do not name a fixed version.

Technical view

CVE-2026-64798 is a CWE-338 weakness in Regular Labs IP Login for Joomla. Persistent URL login keys use a non-cryptographic random generator with insufficient entropy. CVSS 3.1 rates exploitation as network-accessible, low complexity, requiring neither privileges nor user interaction, with high confidentiality and integrity impact but no stated availability impact.

Likely exposure

Exposure is most likely where Joomla runs IP Login versions 1.0.0 through 6.2.5 and URL-key authentication is enabled or network-reachable. The bundle does not quantify installations, identify default configuration, or confirm whether every installation generates persistent keys.

Exploitation context

The supplied record does not report active exploitation, KEV listing, or a public exploit. Nevertheless, the 9.1 vector indicates potentially remote, unauthenticated, low-complexity abuse. No exploit method, observed campaign, or reliable attack prevalence is established by the available sources.

Researcher notes

The record identifies insufficient entropy and non-cryptographic key generation but provides no algorithm, entropy measurement, key length, endpoint detail, fixed version, or reproduction evidence. The affected range is listed as 1.0.0–6.2.5, with versions outside that range defaulting to unaffected. Avoid assuming exploitability details beyond the CVSS vector.

Mitigation direction

  • Inventory Joomla deployments for Regular Labs IP Login versions 1.0.0 through 6.2.5.
  • Check the CVE record and Regular Labs guidance for a confirmed fixed release or supported mitigation.
  • Consider disabling the affected extension under change control until authoritative remediation guidance is applied.
  • After remediation, invalidate existing persistent URL login keys if product controls permit.

Validation and detection

  • Confirm the installed extension version and whether URL-key authentication is enabled and network-reachable.
  • Verify vendor-recommended remediation is applied consistently across every affected Joomla deployment.
  • Test that previous persistent keys no longer authenticate after remediation, if safe invalidation testing is supported.
  • Review authentication logs for unusual IP Login activity and unexpected account access.
Prepared
Confidence
medium
Sources
3

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 · low confidence lookup

CWE-338: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-64798 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N3.95.2CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2026-64798Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
regularlabs.comIP Login extension for Joomla1.0.0-6.2.5unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-338 · source CWE mapping

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)

Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.