LiveActive security incident?Get immediate response
CVE Record

CVE-2023-46608: WordPress DoLogin Security plugin <= 3.7.1 - Multiple Broken Access Control vulnerability

Missing Authorization vulnerability in WPDO DoLogin Security dologin allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects DoLogin Security: from n/a through <= 3.7.1.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-46608 affects the WordPress DoLogin Security plugin up to version 3.7.1. The issue is missing authorization, meaning some protected functionality may not properly check whether a visitor is allowed to access it. Public metadata rates it medium severity, with limited confidentiality impact and no evidence of active exploitation in the provided sources.

Executive priority

Treat this as a moderate WordPress plugin exposure. Prioritize internet-facing WordPress sites and any site where login security is business-critical. The urgency is lower than exploited critical bugs, but unauthenticated reachability makes timely inventory and vendor-guided remediation important.

Technical view

The vulnerability is classified as CWE-862 Missing Authorization in WPDO DoLogin Security dologin. CVSS 3.1 is 5.3: network reachable, low complexity, no privileges, no user interaction, unchanged scope, low confidentiality impact, and no integrity or availability impact. Public details do not identify specific endpoints, affected actions, or a fixed version.

Likely exposure

WordPress sites using the DoLogin Security plugin at version 3.7.1 or earlier are the stated exposure group. Sites not using this plugin, or using a vendor-confirmed unaffected version, are not indicated as affected by the supplied sources.

Exploitation context

The CVE is not listed as KEV in the provided bundle, and no cited source states active exploitation. The CVSS vector indicates remote unauthenticated reachability, but public evidence in the bundle is insufficient to describe practical exploitation conditions.

Researcher notes

Evidence is limited to CVE and Patchstack metadata. The bundle does not provide endpoint names, code details, exploit proof, fixed version, or workaround. Avoid assuming broader compromise potential beyond low confidentiality impact unless vendor analysis adds detail.

Mitigation direction

  • Inventory WordPress sites for the dologin / DoLogin Security plugin.
  • Check installed versions against the affected range through 3.7.1.
  • Review vendor or Patchstack guidance for fixed versions or mitigations.
  • Upgrade only to a vendor-confirmed fixed release when available.
  • If no guidance is available, assess disabling the plugin until risk is understood.

Validation and detection

  • Confirm whether each WordPress site has DoLogin Security installed.
  • Record the exact plugin version from WordPress administration or asset inventory.
  • Verify vendor or Patchstack advisory status for patched release information.
  • Review logs for unusual unauthenticated requests involving DoLogin-related paths.
  • Confirm compensating controls do not rely solely on this plugin.
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-46608 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
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
3Timeline events
1ADP providers
2Source links

SSVC decision data

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

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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4Patchstack

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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

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
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WPDODoLogin Securitydologin, 0unaffected
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.