LiveActive security incident?Get immediate response
CVE Record

CVE-2026-0745: User Language Switch <= 1.6.10 - Authenticated (Administrator+) Server-Side Request Forgery via 'info_language' Parameter

The User Language Switch plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 1.6.10 due to missing URL validation on the 'download_language()' function. This makes it possible for authenticated attackers, with Administrator-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
6

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-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 lookup
description · low confidence lookup

Cloud 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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
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

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
6Source 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
5.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2026-0745Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
webilopUser Language Switch0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-918 · source CWE mapping

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.