CVE-2026-8000
published 2026-05-06CVE-2026-8000: Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148.0.7778.96 allowed a remote attacker to execute arbitrary…
PriorityP351high8.8CVSS 3.1
AVNACLPRNUIRSUCHIHAH
EPSS
0.25%
16.1th percentile
Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148.0.7778.96 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Low)
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| bagisto | bagisto | >= 0 < 2.3.10 | 2.3.10 |
| chrome | < 148.0.7778.96 | 148.0.7778.96 | |
| chrome | >= 148.0.7778.96 < 148.0.7778.96 | 148.0.7778.96 | |
| chrome_desktop | — | — |
CVSS provenance
nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
ghsa5.3MEDIUM
vendor_redhat8.8HIGH
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
PraisonAI: AgentOS remains unauthenticated after incomplete fix version and allows remote agent invocation
ghsa·2026-06-18·CVSS 5.3
CVE-2026-40151 [MEDIUM] CWE-200 PraisonAI: AgentOS remains unauthenticated after incomplete fix version and allows remote agent invocation
PraisonAI: AgentOS remains unauthenticated after incomplete fix version and allows remote agent invocation
# AgentOS remains unauthenticated after GHSA-pm96 patched version and allows remote agent invocation
## Summary
PraisonAI's `AgentOS` FastAPI deployment surface remains unauthenticated in
current main and in releases after the published patched version for
`GHSA-pm96-6xpr-978x` / `CVE-2026-40151`.
The public AgentOS advisory is published as an instruction-disclosure issue
with affected versions `= 4.2.1, <= 4.6.57`.
## Root Cause
`AgentOSConfig` / `AgentAppConfig` defaults the deployment host to all
interfaces and has no authentication fields:
```python
name: str = "PraisonAI App"
host: str = "0.0.0.0"
port: int = 8000
api_prefix: str = "/api"
```
`AgentOS._register_routes()`
GHSA
LiquidJS Vulnerable to ReDoS via Quadratic Backtracking in `strip_html` Filter Regex
ghsa·2026-05-27
CVE-2026-45617 [HIGH] CWE-1333 LiquidJS Vulnerable to ReDoS via Quadratic Backtracking in `strip_html` Filter Regex
LiquidJS Vulnerable to ReDoS via Quadratic Backtracking in `strip_html` Filter Regex
## Summary
The built-in `strip_html` filter in liquidjs uses a regex containing four lazy-quantified alternatives. When the input contains many `|||/g, '')
}
```
The regex contains four lazy patterns:
1. ``
2. ``
3. ``
4. ``
For an input like `' {
for (const n of [1000, 2000, 4000, 8000, 16000]) {
const payload = ' {
const payload = ')[^|)[^|)[^-]*)*-->|]*>/g,
''
)
```
This unrolls each lazy quantifier so each ``, ``, comment, or generic tag, and emit nothing for those ranges.
Either fix should be combined with charging the regex output cost honestly to `memoryLimit` and (defensively) capping input length up front:
```ts
export function strip_html (this: FilterImpl, v: string) {
const str = stringify(
VulDB
Google Chrome up to 147.0.7727.138 on Windows ChromeDriver input validation (ID 494464)
vuldb·2026-05-06·CVSS 8.8
CVE-2026-8000 [HIGH] Google Chrome up to 147.0.7727.138 on Windows ChromeDriver input validation (ID 494464)
A vulnerability, which was classified as critical, was found in Google Chrome on Windows. The affected element is an unknown function of the component ChromeDriver. Such manipulation leads to improper input validation.
This vulnerability is traded as CVE-2026-8000. The attack may be launched remotely. There is no exploit available.
You should upgrade the affected component.
GHSA
GHSA-h8g3-828m-p6w2: Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148
ghsa_unreviewed·2026-05-06
CVE-2026-8000 [HIGH] CWE-20 GHSA-h8g3-828m-p6w2: Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148
Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148.0.7778.96 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Low)
GHSA
PyLoad vulnerable to Path Traversal via Package Folder Name in set_package_data
ghsa·2026-05-05
CVE-2026-42315 [HIGH] CWE-22 PyLoad vulnerable to Path Traversal via Package Folder Name in set_package_data
PyLoad vulnerable to Path Traversal via Package Folder Name in set_package_data
### Summary
No sanitization of package folder name allows writing files anywhere outside the intended download directory.
#### Affected Component
- `src/pyload/core/api/__init__.py`
- Function: `set_package_data()`
### Details
When passing a folder name in the `set_package_data()` API function call inside the data object with key `"_folder"`, there is no sanitization at all, allowing a user with `Perms.MODIFY` to specify arbitrary directories as download locations for a package.
### PoC
1) Create a package, note response package ID e.g. `5`
```
curl -X 'POST' \
'http://localhost:8000/api/add_package' \
-H 'accept: application/json' \
-H 'X-API-Key: ' \
-H 'Content-Type: application/json' \
-d '{
"name": "se
GHSA
Bagisto SSTI vulnerability in type parameter can lead to RCE
ghsa·2026-01-02
CVE-2026-21450 [HIGH] CWE-1336 Bagisto SSTI vulnerability in type parameter can lead to RCE
Bagisto SSTI vulnerability in type parameter can lead to RCE
### Summary
SSTI is possible in Bagisto via type parameter can lead to RCE and other exploitations.
### Details
1. Go to `http://127.0.0.1:8000/admin/reporting/products/view?type={{7*7}}`
### Impact
Can lead to RCE, command injection.
GHSA
Bagisto has Normal & Blind SSTI from low-privilege user when ordering product
ghsa·2026-01-02
CVE-2026-21448 [HIGH] CWE-1336 Bagisto has Normal & Blind SSTI from low-privilege user when ordering product
Bagisto has Normal & Blind SSTI from low-privilege user when ordering product
### Summary
SSTI when normal customer orders any product in add address step can inject value run in admin view.
### Details
`As normal user`
1. Go to `http://127.0.0.1:8000/`
2. Add order to cart and continue to checkout
3. In step of add address inject this value {{7*7}} in any input
`As admin`
1. Go to `http://127.0.0.1:8000/admin/sales/orders`
2. And notice the vlaue appear in admin view 49
`As normal user`
3. Go to add address normally `http://127.0.0.1:8000/customer/account/addresses/create` and inject {{7*7}} on it and will notice it appear 49
### PoC
- Video attached with the report: https://github.com/user-attachments/assets/a814b30c-a3e2-4a40-8644-336e21e60d0d
### Impact
- Can lead to RCE
GHSA
Bagisto is vulnerable to SSTI via name parameters provided by non-admin low-privilege users
ghsa·2026-01-02
CVE-2026-21449 [HIGH] CWE-1336 Bagisto is vulnerable to SSTI via name parameters provided by non-admin low-privilege users
Bagisto is vulnerable to SSTI via name parameters provided by non-admin low-privilege users
### Summary
SSTI is possible via first name and last name parameters provided by lowest-privileged users.
### Details
1. Go to `http://127.0.0.1:8000/` and login or signup
2. Go to `http://127.0.0.1:8000/customer/account/profile`
3. Now edit the first name and last name to {{7*7}}
4. Notice it appears as 49
### POC
- Video attached with the report: https://github.com/user-attachments/assets/f93932b5-2a57-4f34-897e-4151a5168912
### Impact
This can lead to RCE, command injection.
Chrome
Stable Channel Update for Desktop: CVE-2026-10902
vendor_chrome·2026-06-02
CVE-2026-10902 [CRITICAL] Stable Channel Update for Desktop: CVE-2026-10902
Stable Channel Update for Desktop
CVE-2026-10902: Use after free in Ozone. Reported by Google on 2026-05-27 [$11000][ 503422316 ] High CVE-2026-10903: Use after free in WebRTC
Reported by c6eed09fc8b174b0f3eebedcceb1e792 on 2026-04-17 [$8000][ 506855825 ] High CVE-2026-10904: Inappropriate implementation in V8
Severity: critical
Chrome
Stable Channel Update for Desktop: CVE-2026-8000
vendor_chrome·2026-05-05·CVSS 8.8
CVE-2026-8000 [LOW] Stable Channel Update for Desktop: CVE-2026-8000
Stable Channel Update for Desktop
CVE-2026-8000: Insufficient validation of untrusted input in ChromeDriver. Reported by Ryan Jupp - HAAO on 2026-03-20 [TBD][ 494764371 ] Low CVE-2026-8001: Use after free in Printing
Reported by c6eed09fc8b174b0f3eebedcceb1e792 on 2026-03-21 [N/A][ 495779613 ] Low CVE-2026-8002: Use after free in Audio
Severity: low
Red Hat
chromium-browser: Insufficient validation of untrusted input in ChromeDriver
vendor_redhat·2026-05-05·CVSS 8.8
CVE-2026-8000 [HIGH] CWE-1289 chromium-browser: Insufficient validation of untrusted input in ChromeDriver
chromium-browser: Insufficient validation of untrusted input in ChromeDriver
An insufficient validation of untrusted input flaw was found in the ChromeDriver component of the Chromium browser.
Upstream bug(s):
https://code.google.com/p/chromium/issues/detail?id=494464734
Statement: Red Hat Product Security rates the severity of this flaw as determined by the Google Chrome Security Advisory.
No detection rules found.
Exploit-DB
Casdoor 3.54.1 - Arbitrary File Write via Path Traversal
exploitdb·2026-05-27·CVSS 5.9
CVE-2026-6815 [MEDIUM] Casdoor 3.54.1 - Arbitrary File Write via Path Traversal
Casdoor 3.54.1 - Arbitrary File Write via Path Traversal
---
# Exploit Title: Casdoor 3.54.1 - Arbitrary File Write via Path Traversal
# Date: 2026-05-11
# Exploit Author: sixpain
# Vendor Homepage: https://casdoor.org/
# Software Link: https://github.com/casdoor/casdoor
# Version: ")
else:
print(f"BODY: {body}")
print("-" * 50)
print(f"DEBUG - RESPONSE: {response.status_code}")
print(f"HEADERS: {json.dumps(dict(response.headers), indent=2)}")
try:
print(f"JSON BODY: {json.dumps(response.json(), indent=2)}")
except:
print(f"RAW BODY: {response.text[:500]}...")
print("="*50 + "\n")
def run_poc():
parser = argparse.ArgumentParser(description="Casdoor Path Traversal Exploitation PoC")
parser.add_argument("--url", required=True, help="Target base URL (e.g., http://casdoor:8000)")
parser.add
Exploit-DB
JuzaWeb CMS 3.4.2 - Authenticated Remote Code Execution
exploitdb·2026-04-29
JuzaWeb CMS 3.4.2 - Authenticated Remote Code Execution
JuzaWeb CMS 3.4.2 - Authenticated Remote Code Execution
---
# Exploit Title: JuzaWeb CMS 3.4.2 - Authenticated Remote Code Execution
# Date: 2026-01-10
# Exploit Author: Sardor Shoakbarov
# Author GitHub: https://github.com/TheDeepOpc
# Vendor Homepage: https://juzaweb.com/
# Software Link: https://github.com/juzaweb/
# CVE: N/A (Pending)
import requests
import argparse
from bs4 import BeautifulSoup
def run_exploit():
parser = argparse.ArgumentParser(description='JuzaWeb Authenticated RCE')
# Setting up the exact syntax you requested
parser.add_argument('-u', '--url', help='Target URL (e.g. http://127.0.0.1:8000)', required=True)
parser.add_argument('-user', '--username', help='Admin Username/Email', required=True)
parser.add_argument('-p', '--password', help='Admin Password', require
Bugzilla
CVE-2026-8000 chromium-browser: Insufficient validation of untrusted input in ChromeDriver
bugzilla·2026-05-06·CVSS 8.8
CVE-2026-8000 [HIGH] CVE-2026-8000 chromium-browser: Insufficient validation of untrusted input in ChromeDriver
CVE-2026-8000 chromium-browser: Insufficient validation of untrusted input in ChromeDriver
Insufficient validation of untrusted input in ChromeDriver in Google Chrome on Windows prior to 148.0.7778.96 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Low)
Rapid7
Patch Tuesday - May 2026
blogs_rapid7·2026-05-13·CVSS 10.0
CVE-2026-41089 [CRITICAL] Patch Tuesday - May 2026
Microsoft is publishing 137 vulnerabilities on May 2026 Patch Tuesday . Microsoft is not aware of exploitation in the wild or public disclosure for any of these vulnerabilities. So far this month, Microsoft has provided patches to address 133 browser vulnerabilities, which are not included in the Patch Tuesday count above.
## Windows Netlogon: critical RCE
Anyone responsible for securing a domain controller should prioritize remediation of CVE-2026-41089 , which is a critical stack-based buffer overflow in Windows Netlogon with a CVSS v3 base score of 9.8. Exploitation leads to execution in the context of the Netlogon service, so that’s SYSTEM privileges on the domain controller. For most pentesters, that’s the point at which the customer report more or less writes itself. No privileges
Wiz
CVE-2022-50689 Impact, Exploitability, and Mitigation Steps | Wiz
blogs_wiz·CVSS 6.9
CVE-2022-50689 [MEDIUM] CVE-2022-50689 Impact, Exploitability, and Mitigation Steps | Wiz
## CVE-2022-50689 :
Homebrew vulnerability analysis and mitigation
Cobian Reflector 0.9.93 RC1 contains a denial of service vulnerability that allows attackers to crash the application by overflowing the password input field. Attackers can paste a large 8000-byte buffer into the password field to trigger an application crash during SFTP task configuration.
Source : NVD
## 6.9
Score
Published December 22, 2025
Severity MEDIUM
CNA Score 6.9
Affected Technologies
Homebrew
Has Public Exploit Yes
Has CISA KEV Exploit No
CISA KEV Release Date N/A
CISA KEV Due Date N/A
Exploitation Probability Percentile (EPSS) 3.3
Exploitation Probability (EPSS) N/A
Affected packages and libraries
reflector
Sources
NVD
Homebrew Severity MEDIUM No Fix Added at: Jan 01, 2026
## Get a CVE r
2026-05-06
Published