LiveActive security incident?Get immediate response
CVE Record

CVE-2025-48092: WordPress Fix Multiple Redirects plugin <= 1.2.3 - Reflected Cross Site Scripting (XSS) vulnerability

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in jurajpuchky Fix Multiple Redirects fix-multiple-redirects allows Reflected XSS.This issue affects Fix Multiple Redirects: from n/a through <= 1.2.3.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

A WordPress plugin called Fix Multiple Redirects, in versions up to and including 1.2.3, contains a flaw that lets an attacker craft a malicious link. If a logged-in administrator or visitor clicks it, the page can run attacker-controlled scripts in their browser, potentially hijacking sessions or defacing pages. The risk is limited to sites that have this plugin installed and active.

Executive priority

Moderate-to-high priority for any business whose WordPress site uses this plugin. The flaw can be weaponized through a single malicious link aimed at site staff and could lead to session theft or content tampering. Sites without the plugin face no direct risk and need only confirm absence.

Technical view

Reflected Cross-Site Scripting (CWE-79) in the jurajpuchky "Fix Multiple Redirects" WordPress plugin through 1.2.3. User-supplied input is not properly neutralized before being reflected in the HTTP response, allowing arbitrary script execution in the victim's browser context. CVSS 3.1 base score is 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L); exploitation requires user interaction with a crafted link and changed scope indicates impact beyond the vulnerable component.

Likely exposure

Limited to WordPress sites running the Fix Multiple Redirects plugin at version 1.2.3 or earlier. Patchstack's advisory does not list a fixed version in the bundled data, so all known versions should be treated as exposed pending vendor confirmation. Sites without this plugin are unaffected.

Exploitation context

Not listed in CISA KEV and no public reports of active exploitation are cited in the source bundle. Exploitation requires a victim to click an attacker-crafted link, so phishing or malicious embedding on third-party pages is the typical delivery path. Reflected XSS against admin sessions could enable site takeover if combined with social engineering.

Researcher notes

Vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L indicates a network-reachable, low-complexity, no-privilege flaw with required user interaction and scope change, consistent with reflected XSS that can pivot into the admin DOM. Affected version data in the bundle lists "0" with defaultStatus "unaffected," which is ambiguous; rely on the Patchstack advisory's "<=1.2.3" range until a fixed version is published. No KEV entry, no exploit POC cited in sources.

Mitigation direction

  • Inventory WordPress installations to identify any sites running the Fix Multiple Redirects plugin.
  • Check the Patchstack advisory and WordPress.org listing for an updated plugin version and apply it once available.
  • If no fix is published, deactivate and remove the plugin until vendor guidance confirms a patched release.
  • Place a Web Application Firewall rule in front of WordPress to filter reflected XSS payloads on plugin endpoints.
  • Enforce strict Content Security Policy headers to reduce the impact of reflected script execution.
  • Require administrators to use unique browser profiles or sessions when managing WordPress to limit cookie reuse.

Validation and detection

  • Run wp plugin list (or query the database) to confirm whether fix-multiple-redirects is installed and at what version.
  • Compare the installed version against 1.2.3 and any patched release noted by Patchstack or the vendor.
  • Review web server and WAF logs for suspicious query strings or referrers targeting plugin URLs.
  • Test administrator and editor accounts for unexpected sessions, new users, or modified options after potential exposure.
  • Subscribe to Patchstack and WordPress plugin advisories to track a confirmed fixed version.
  • Re-scan with a vulnerability scanner that ingests Patchstack data to verify remediation.
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-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-2025-48092 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
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

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
2Source 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
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L2.83.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2025-48092Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

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
jurajpuchkyFix Multiple Redirectsfix-multiple-redirects, 0unaffected
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.