๐Ÿ” CVE Alert

CVE-2026-48094

UNKNOWN 0.0

ShareOpenly has Cross-Site Scripting (XSS) via Missing esc_url() on Shared URL in Content Output

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-79
Vendor dartiss
Product shareopenly
Published Aug 7, 2026
Last Updated Aug 7, 2026
Stay Ahead of the Next One

Get instant alerts for dartiss shareopenly

Be the first to know when new unknown vulnerabilities affecting dartiss shareopenly are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

dartiss / shareopenly
< 1.2.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dartiss/shareopenly/security/advisories/GHSA-v43f-f7jq-7hh5 github.com: https://github.com/dartiss/shareopenly/commit/faf58f0497f3a024ea52c425122ef5aa22e0d7f6 github.com: https://github.com/dartiss/shareopenly/releases/tag/1.2.1