Security readout for executives and security teams
Plain-English summary
CVE-2025-23900 affects the WordPress Genki Announcement plugin through version 1.4.1. A malicious site could trick a logged-in WordPress user into making unwanted changes that may store malicious script content. This could affect site visitors or administrators, depending on where the stored content appears.
Executive priority
Treat as a priority for WordPress environments using this plugin. The risk is meaningful because CSRF can lead to stored XSS, but urgency depends on plugin deployment and whether administrators can be targeted. No active exploitation is evidenced in the supplied sources.
Technical view
The issue is a CSRF vulnerability in genkisan Genki Announcement, package genki-announcement, through <=1.4.1. The CVE describes CSRF leading to stored XSS. CVSS 3.1 is 7.1: AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L. CWE is CWE-352. The provided sources do not identify a fixed version.
Likely exposure
WordPress sites with the Genki Announcement plugin installed at version 1.4.1 or earlier are potentially exposed. Sites without this plugin are not indicated as affected by the provided sources.
Exploitation context
Exploitation requires user interaction. The attacker would need to induce a logged-in WordPress user to trigger a forged request. The CVE is not listed as CISA KEV in the provided data, and no active exploitation evidence is provided.
Researcher notes
The source bundle gives the core vulnerability facts but not detailed root cause, vulnerable parameter, proof-of-concept, or fixed version. Avoid assuming exploit availability or remediation specifics beyond vendor/Patchstack guidance. Validate exposure by plugin presence and version.
Mitigation direction
Inventory WordPress sites for the Genki Announcement plugin and version.
Update if vendor or Patchstack guidance identifies a fixed release.
Disable or remove the plugin if it is unnecessary or no fix is available.
Monitor the CVE and Patchstack entry for updated remediation guidance.
Validation and detection
Confirm whether genki-announcement is installed on each WordPress site.
Verify installed versions are not <=1.4.1 once a fixed version is available.
Review announcement content and plugin settings for unexpected script or markup.
Check CISA KEV separately before asserting known active exploitation.
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-352: 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.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-352 · source CWE mapping
Cross-Site Request Forgery (CSRF)
Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.