LiveActive security incident?Get immediate response
CVE Record

CVE-2023-48280: WordPress Consensu.io plugin <= 1.0.1 - Broken Access Control vulnerability

Missing Authorization vulnerability in Consensu.IO Consensu.Io.This issue affects Consensu.Io: from n/a through 1.0.1.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-48280 is a missing authorization flaw in the WordPress Consensu.io plugin through version 1.0.1. The published scoring indicates an unauthenticated remote attacker could affect integrity, meaning unauthorized changes are the primary concern. The source bundle does not name a fixed version or workaround.

Executive priority

Treat as a high-priority WordPress exposure review, especially for public sites using this consent plugin. Urgency is driven by unauthenticated integrity impact, not by confirmed active exploitation in the supplied evidence.

Technical view

The issue is classified as CWE-862 Missing Authorization in Consensu.IO Consensu.io. CVSS 3.1 is 7.5 high: AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N. Evidence supports remote, low-complexity, unauthenticated exploitation with integrity impact only. Product and version details are limited to package consensu-io through 1.0.1.

Likely exposure

Exposure is likely limited to WordPress sites that installed the Consensu.io plugin, package consensu-io, at version 1.0.1 or earlier. Sites without this plugin are not indicated as affected by the supplied sources.

Exploitation context

The bundle says this CVE is not in KEV and provides no cited evidence of active exploitation. The CVSS vector still matters because the weakness is network-reachable, needs no account, and needs no user interaction.

Researcher notes

The public details are sparse. The CVE and Patchstack entries identify missing authorization but do not provide affected endpoints, exploit mechanics, a patch version, or workaround in the supplied bundle. Avoid assuming broader WordPress or plugin-family impact.

Mitigation direction

  • Inventory WordPress sites for the Consensu.io plugin and version.
  • Check Consensu.IO, WordPress.org, and Patchstack for fixed-version guidance.
  • If no supported fix exists, disable or remove the plugin after impact review.
  • Review recent unauthorized content, consent, or plugin configuration changes.
  • Increase monitoring around affected WordPress sites until remediated.

Validation and detection

  • Confirm whether package consensu-io is installed on each WordPress instance.
  • Record installed plugin versions and flag version 1.0.1 or earlier.
  • Check vendor and Patchstack advisories for updated remediation details.
  • Review WordPress audit logs for unexpected plugin-related changes.
  • Validate in staging that plugin actions require proper authorization.
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 · medium confidence lookup

CWE-862: 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-48280 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/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
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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-48280Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Products and packages named in the record

VendorProductVersion / packageStatus
Consensu.IOConsensu.ioconsensu-io, n/aunaffected
Weakness

CWE details

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

CWE-862 · source CWE mapping

Missing Authorization

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