LiveActive security incident?Get immediate response
CVE Record

CVE-2023-23751: [20230102] - Core - Missing ACL checks for com_actionlogs

An issue was discovered in Joomla! 4.0.0 through 4.2.4. A missing ACL check allows non super-admin users to access com_actionlogs.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Joomla issue lets a logged-in user who is not a super administrator access the action logs component. The likely business impact is unauthorized visibility into administrative activity, not direct system takeover or data destruction based on the provided CVSS and description.

Executive priority

Treat this as a scheduled security update, not an emergency outage event. Prioritize internet-facing Joomla sites and environments with many backend users or third-party administrators.

Technical view

CVE-2023-23751 is a missing authorization check in Joomla com_actionlogs, classified as CWE-863. It is network reachable, requires low privileges, needs no user interaction, and has low confidentiality impact with no integrity or availability impact in the supplied CVSS vector.

Likely exposure

Organizations running Joomla CMS 4.x in the affected range are the primary exposure. The bundle lists 4.0.0-4.2.6, while the description says through 4.2.4, so teams should confirm exact affected versions against Joomla guidance.

Exploitation context

The source bundle does not identify active exploitation, and the CVE is not listed as KEV. Exploitation requires an authenticated non super-admin user, limiting broad internet drive-by risk but still mattering where many staff, vendors, or compromised accounts have backend access.

Researcher notes

The main uncertainty is version scope: the bundle includes both through 4.2.4 and 4.0.0-4.2.6. Analysis should preserve that discrepancy and avoid stronger exploitation claims without KEV or vendor evidence.

Mitigation direction

  • Check Joomla's advisory for the corrected release and upgrade affected Joomla 4.x sites.
  • Review backend user roles and remove unnecessary administrative access.
  • Restrict access to Joomla administrator interfaces where operationally feasible.
  • Monitor vendor guidance for any version-range clarification.

Validation and detection

  • Inventory Joomla CMS versions across public and internal sites.
  • Identify users with backend access below super administrator level.
  • Confirm affected sites no longer run versions in Joomla's vulnerable range.
  • Review action log access permissions after updating.
Prepared
Confidence
high
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 · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-2023-23751 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
Medium
CVSS
4.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
0Timeline events
0ADP providers
2Source links

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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N2.81.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.3Medium
CVSS 3.1 vector shape for CVE-2023-23751Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Joomla! ProjectJoomla! CMS4.0.0-4.2.6unaffected
Weakness

CWE details

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

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.