CVE-2025-9112
published 2025-09-08CVE-2025-9112: The Doccure theme for WordPress is vulnerable to arbitrary file uploads due to incorrect file type validation in the 'doccure_temp_file_uploader' function in…
PriorityP261high8.8CVSS 3.1
AVNACLPRLUINSUCHIHAH
EPSS
0.54%
41.2th percentile
The Doccure theme for WordPress is vulnerable to arbitrary file uploads due to incorrect file type validation in the 'doccure_temp_file_uploader' function in all versions up to, and including, 1.5.0. This makes it possible for authenticated attackers, with subscriber-level and above permissions, to upload arbitrary files on the affected site's server which may make remote code execution possible.
Affected
6 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| dreamstechnologies | doccure | <= 1.5.0 | — |
| vitejs | vite | >= 0 < 4.5.13 | 4.5.13 |
| vitejs | vite | >= 5.0.0 < 5.4.18 | 5.4.18 |
| vitejs | vite | >= 6.0.0 < 6.0.15 | 6.0.15 |
| vitejs | vite | >= 6.1.0 < 6.1.5 | 6.1.5 |
| vitejs | vite | >= 6.2.0 < 6.2.6 | 6.2.6 |
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
vendor_redhat6.0MEDIUM
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
GHSA-f9j6-mp7h-ffw2: The Doccure theme for WordPress is vulnerable to arbitrary file uploads due to incorrect file type validation in the 'doccure_temp_file_uploader' func
ghsa_unreviewed·2025-09-08
CVE-2025-9112 [HIGH] CWE-434 GHSA-f9j6-mp7h-ffw2: The Doccure theme for WordPress is vulnerable to arbitrary file uploads due to incorrect file type validation in the 'doccure_temp_file_uploader' func
The Doccure theme for WordPress is vulnerable to arbitrary file uploads due to incorrect file type validation in the 'doccure_temp_file_uploader' function in all versions up to, and including, 1.4.8. This makes it possible for authenticated attackers, with subscriber-level and above permissions, to upload arbitrary files on the affected site's server which may make remote code execution possible.
GHSA
Vite has an `server.fs.deny` bypass with an invalid `request-target`
ghsa·2025-04-11
CVE-2025-32395 [MEDIUM] CWE-200 Vite has an `server.fs.deny` bypass with an invalid `request-target`
Vite has an `server.fs.deny` bypass with an invalid `request-target`
### Summary
The contents of arbitrary files can be returned to the browser if the dev server is running on Node or Bun.
### Impact
Only apps with the following conditions are affected.
- explicitly exposing the Vite dev server to the network (using --host or [server.host config option](https://vitejs.dev/config/server-options.html#server-host))
- running the Vite dev server on runtimes that are not Deno (e.g. Node, Bun)
### Details
[HTTP 1.1 spec (RFC 9112) does not allow `#` in `request-target`](https://datatracker.ietf.org/doc/html/rfc9112#section-3.2). Although an attacker can send such a request. For those requests with an invalid `request-line` (it includes `request-target`), the spec [recommends to reject them
Red Hat
vite: Vite has an `server.fs.deny` bypass with an invalid `request-target`
vendor_redhat·2025-04-10·CVSS 6.0
CVE-2025-32395 [MEDIUM] CWE-200 vite: Vite has an `server.fs.deny` bypass with an invalid `request-target`
vite: Vite has an `server.fs.deny` bypass with an invalid `request-target`
Vite is a frontend tooling framework for javascript. Prior to 6.2.6, 6.1.5, 6.0.15, 5.4.18, and 4.5.13, the contents of arbitrary files can be returned to the browser if the dev server is running on Node or Bun. HTTP 1.1 spec (RFC 9112) does not allow # in request-target. Although an attacker can send such a request. For those requests with an invalid request-line (it includes request-target), the spec recommends to reject them with 400 or 301. The same can be said for HTTP 2. On Node and Bun, those requests are not rejected internally and is passed to the user land. For those requests, the value of http.IncomingMessage.url contains #. Vite assumed req.url won't contain # when checking server.fs.deny, allowing thos
No detection rules found.
No public exploits indexed.
2025-09-08
Published