LiveActive security incident?Get immediate response
CVE Record

CVE-2022-29418: WordPress Night Mode plugin <= 1.0.0 - Authenticated Persistent Cross-Site Scripting (XSS) vulnerability

Authenticated (admin user role) Persistent Cross-Site Scripting (XSS) in Mark Daniels Night Mode plugin <= 1.0.0 on WordPress via vulnerable parameters: &ntmode_page_setting[enable-me], &ntmode_page_setting[bg-color], &ntmode_page_setting[txt-color], &ntmode_page_setting[anc_color].

MediumCVSS 4.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-29418 affects the Mark Daniels Night Mode WordPress plugin version 1.0.0 and earlier. An administrator can store script in plugin settings, creating persistent XSS. Because admin privileges are required, urgency is lower than unauthenticated flaws, but a compromised admin account could turn it into browser-side data or content tampering risk.

Executive priority

Treat this as a moderate WordPress hygiene issue. It should be addressed in normal remediation cycles, faster for sites with many administrators or recent admin account concerns. It is not supported as actively exploited by the provided sources.

Technical view

The issue is CWE-79 persistent XSS in Night Mode settings parameters: ntmode_page_setting[enable-me], [bg-color], [txt-color], and [anc_color]. CVSS 3.1 is 4.8 with high privileges required, user interaction required, changed scope, and low confidentiality and integrity impact. Availability impact is not indicated.

Likely exposure

Exposure is limited to WordPress sites running Mark Daniels Night Mode plugin version 1.0.0 or earlier. Risk is highest where administrator accounts are shared, weakly protected, or exposed to phishing. The source bundle does not confirm vulnerable default configurations beyond affected plugin versions.

Exploitation context

The source bundle does not report active exploitation, and KEV is false. Exploitation requires authenticated administrator access and user interaction. This makes broad external exploitation less likely, but post-compromise abuse remains relevant for WordPress environments with weak admin account controls.

Researcher notes

Patch status is not fully established in the provided bundle. The affected surface is specific plugin settings handled by an administrator role. Avoid assuming unauthenticated reachability, broader WordPress impact, or an available fixed version unless confirmed from vendor or Patchstack data.

Mitigation direction

  • Inventory WordPress sites for the Night Mode plugin and affected versions.
  • Check the WordPress plugin page and Patchstack for current vendor guidance.
  • Update to a vendor-confirmed safe version if one is available.
  • Disable or remove the plugin where no confirmed safe version is available.
  • Limit WordPress administrator access and enforce strong account protection.

Validation and detection

  • Confirm whether Night Mode is installed and active on each WordPress site.
  • Record the installed plugin version and compare it to <= 1.0.0.
  • Review WordPress admin accounts for unnecessary or shared privileges.
  • Check vulnerability management tools for CVE-2022-29418 coverage.
  • Verify remediation by rechecking plugin presence and version after changes.
Prepared
Confidence
high
Sources
4

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-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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-2022-29418 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.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/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
3Source 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.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

4.8Medium
CVSS 3.1 vector shape for CVE-2022-29418Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/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
Mark DanielsNight Mode (WordPress plugin)<= 1.0.0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.