CVE-2026-48094
Last modified
CVE-2026-48094 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. The ShareOpenly WordPress plugin prior to version 1.2.1 contains a Cross-Site Scripting vulnerability caused by the absence of WordPress's `esc_url()` escaping function on the `$url` variable before it is rendered into HTML content. This variable is constructed from `home_url( add_query_arg( array(), $wp->request ) )` and is concatenated directly into an HTML `href` attribute on every singular post or page where the plugin's sharing link is displayed.
Description
The ShareOpenly WordPress plugin prior to version 1.2.1 contains a Cross-Site Scripting vulnerability caused by the absence of WordPress's `esc_url()` escaping function on the `$url` variable before it is rendered into HTML content. This variable is constructed from `home_url( add_query_arg( array(), $wp->request ) )` and is concatenated directly into an HTML `href` attribute on every singular post or page where the plugin's sharing link is displayed. WordPress's security handbook mandates that every URL placed in HTML output must be passed through `esc_url()`, which both HTML-encodes special characters (converting `"`, `<`, `>` into their safe HTML entity equivalents) and strips dangerous URI schemes such as `javascript:` and `data:`. The omission of this function means that if the `$url` value ever contains HTML-special characters or a dangerous URI scheme — through a `home_url` WordPress filter applied by another plugin or theme, through certain web server or hosting configurations, or through future code changes — the unescaped content will be injected verbatim into the rendered HTML of every post or page on the site. Version 1.2.1 contains a patch for the issue.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| dartiss | shareopenly | < 1.2.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-48094?
How severe is CVE-2026-48094?
How do I fix CVE-2026-48094?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48089DevGuard provides vulnerability management for the full soft…7.1
- CVE-2026-4809plank/laravel-mediable through version 6.4.0 can allow uploa…9.8
- CVE-2026-48090Envoy is an open source edge and service proxy designed for …5.9
- CVE-2026-48091Rejected reason: Further research determined the issue is no…
- CVE-2026-480927-Zip is a file archiver with a high compression ratio. Vers…8.1
- CVE-2026-48093The Code Embed WordPress plugin prior to version 2.6.1 is vu…6.5
- CVE-2026-480957-Zip is a file archiver with a high compression ratio. Vers…8.8
- CVE-2026-48096OpenFGA is an authorization/permission engine built for deve…5.3
- CVE-2026-48097NexTor IP Changer is a command-line tool that leverages the …7.8
- CVE-2026-48098NexTor IP Changer is a command-line tool that leverages the …7.3
- CVE-2026-4810A Code Injection and Missing Authentication vulnerability in…9.3
- CVE-2026-481017-Zip is a file archiver with a high compression ratio. Vers…6.5
Are you affected by CVE-2026-48094?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
