Security readout for executives and security teams
Plain-English summary
CVE-2026-0745 affects the WordPress User Language Switch plugin through version 1.6.10. An administrator-level user could make the website server send requests to arbitrary locations, including internal services. The business risk is limited by the need for admin access, but it matters where WordPress can reach sensitive internal systems.
Executive priority
Treat as a moderate-priority WordPress plugin issue. Prioritize sites with many administrators, internet-facing admin panels, or network paths to internal services. It is less urgent than unauthenticated remote exploitation, but important if admin compromise is a realistic threat.
Technical view
The issue is server-side request forgery in User Language Switch, tied to missing URL validation in download_language() and the info_language parameter. The CVSS 3.1 score is 5.5 with PR:H and no user interaction. Sources describe possible querying or modifying internal services from the web application context.
Likely exposure
Exposure is limited to WordPress sites running User Language Switch versions up to and including 1.6.10, where an attacker already has Administrator-level access or higher.
Exploitation context
No CISA KEV listing or source-provided active exploitation evidence was included. The main plausible scenario is abuse by a compromised or malicious WordPress administrator account to reach systems accessible from the web server.
Researcher notes
The affected-version metadata in the bundle is not fully consistent, but the description and Wordfence reference state versions up to 1.6.10. Patch status is not clearly stated in the provided sources. Avoid assuming a fixed version unless confirmed by the plugin repository or vendor advisory.
Mitigation direction
- Inventory WordPress sites for the User Language Switch plugin and installed version.
- Check the WordPress plugin page and vendor guidance for an available fixed release.
- Update the plugin if a fixed version is available from trusted sources.
- Disable or remove the plugin where it is not required.
- Restrict administrator access and review admin accounts for compromise.
- Limit outbound network access from WordPress servers where feasible.
Validation and detection
- Confirm whether User Language Switch is installed and version is 1.6.10 or older.
- Review WordPress administrator accounts for unauthorized or unnecessary access.
- Check web server egress logs for unusual requests to internal addresses.
- Review plugin changelog or repository updates for URL validation changes.
- Verify network controls restrict WordPress from sensitive internal services.
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-918: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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 lookupCloud metadata behavior lookup
The CVE wording references SSRF or metadata access, so cloud discovery and credential material review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2026-0745 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
- 5.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/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:N/S:C/C:L/I:L/A:N2.32.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4d8d15be-6a7b-485e-a338-ccf1a6eb226c?source=cveCVE reference
- https://downloads.wordpress.org/plugin/user-language-switch.zipCVE reference
- https://wordpress.org/plugins/user-language-switch/CVE reference
- https://plugins.trac.wordpress.org/browser/user-language-switch/trunk/uls-options.php#L451CVE reference
- https://plugins.trac.wordpress.org/browser/user-language-switch/tags/1.6.10/uls-options.php#L451CVE reference
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.
Server-Side Request Forgery (SSRF)
Server-Side Request Forgery (SSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
