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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.8MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://wordpress.org/plugins/night-mode/#developersCVE reference · x_refsource_CONFIRM
- https://patchstack.com/database/vulnerability/night-mode/wordpress-night-mode-plugin-1-0-0-authenticated-persistent-cross-site-scripting-xss-vulnerabilityCVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
