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.
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.
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.
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.
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.