Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in RaminMT Links/Problem Reporter report-broken-links allows Reflected XSS.This issue affects Links/Problem Reporter: from n/a through <= 2.6.0.
Security readout for executives and security teams
Plain-English summary
CVE-2025-23834 is a reflected cross-site scripting issue in the WordPress Links/Problem Reporter plugin. Affected sites could expose visitors or administrators to attacker-controlled script if they interact with a malicious request. The source bundle rates it high, but does not show active exploitation or a named fixed version.
Executive priority
Prioritize this for any public WordPress property using the plugin, especially sites accessed by administrators. It is high severity but not confirmed exploited in the supplied sources, so handle promptly within normal vulnerability SLAs rather than emergency incident response.
Technical view
The issue is CWE-79 improper neutralization during web page generation in RaminMT Links/Problem Reporter, package report-broken-links, affecting versions through 2.6.0. CVSS 3.1 is 7.1 with network access, low complexity, no privileges, required user interaction, and changed scope.
Likely exposure
Exposure is limited to WordPress sites running Links/Problem Reporter report-broken-links through version 2.6.0. Publicly reachable sites have higher practical risk because the CVSS vector requires no attacker privileges but does require user interaction.
Exploitation context
The provided sources do not indicate CISA KEV listing or active exploitation. Exploitation would rely on reflected XSS behavior and user interaction, so phishing or malicious links are the main concern. No exploit details should be assumed from the bundle.
Researcher notes
Evidence is sparse beyond the CVE metadata and Patchstack database reference. The affected range is stated as through 2.6.0, but the bundle does not provide a patch version, proof of exploitation, or detailed vulnerable parameter information.
Mitigation direction
Inventory WordPress sites for the Links/Problem Reporter plugin.
Check installed plugin versions and flag anything through 2.6.0.
Review Patchstack and vendor guidance for a fixed release or official workaround.
Disable or remove the plugin where no supported safe version is available.
Warn administrators against following untrusted links to affected sites until remediated.
Validation and detection
Confirm whether report-broken-links is installed on each WordPress instance.
Compare detected versions against the affected range through 2.6.0.
Review web logs for unusual traffic to plugin-related reporting pages.
Verify remediation by confirming the plugin is updated, disabled, or removed.
Recheck CVE and Patchstack records for newly published fix details.
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.
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-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.