Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
7.1 HIGH
CVE-2026-45042 — RustFS: UploadPartCopy Does Not Enforce Destination Bucket Policy on Copy Source

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, improper authorization in the UploadPartCopy operation allows copying objects across buckets without enforcing dest…

rustfs | Remote | Authorization
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
8.7 HIGH
CVE-2026-45041 — RustFS: Hard-coded RSA private key in license verifier permits arbitrary license forgery

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, crates/appauth/src/token.rs ships a 2048-bit RSA private key as a string constant named TEST_PRIVATE_KEY and uses i…

rustfs | Remote | Cryptography
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
5.3 MEDIUM
CVE-2026-45040 — RustFS: Sensitive Information Leakage (SessionToken and SecretAccessKey) in RustFS Logs […

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, RustFS suffers from sensitive information leakage in log outputs. When the server is run with RUST_LOG=debug sensit…

rustfs | Remote | Information Disclosure
May 28, 2026 Jun 02, 2026
May 28, 2026
Jun 02, 2026
9.8 CRITICAL
CVE-2026-45039 — RustFS: Internode RPC HMAC secret falls back to public default credential, enabling peer …

RustFS is a distributed object storage system built in Rust. Prior to 1.0.0-beta.2, the internode RPC layer authenticates every request with an HMAC-SHA256 signature using a shared secret. The functi…

rustfs | Remote | Authentication
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
8.1 HIGH
CVE-2026-44394 — OpenStack Keystone Infinite Token Lifetime Vulnerability

An issue was discovered in OpenStack Keystone before 29.0.2. The Keystone federated token rescoping mechanism does not propagate the original token's expiry to the newly issued token. When a federate…

keystone | Remote | Authentication
May 28, 2026 Jun 02, 2026
May 28, 2026
Jun 02, 2026
5.0 MEDIUM
CVE-2026-43979 — Local Deep Research: HTML Injection via Unescaped User Input in PDF Export (`pdf_service.…

Local Deep Research is an AI-powered research assistant for deep, iterative research. Prior to 1.6.0, PDFService._markdown_to_html() constructs an HTML document by interpolating user-controlled value…

local_deep_research | Remote | Cross-Site Scripting
May 28, 2026 Jun 01, 2026
May 28, 2026
Jun 01, 2026
8.8 HIGH
CVE-2026-43000 — OpenStack Keystone Trust Delegation Privilege Escalation Vulnerability

An issue was discovered in OpenStack Keystone before 29.0.2. When combined with an application credential impersonation vulnerability, an attacker with the member role on a project can escalate to ad…

keystone | Remote | Authorization
May 28, 2026 Jun 02, 2026
May 28, 2026
Jun 02, 2026
8.8 HIGH
CVE-2026-42999 — OpenStack Keystone JSON Injection Vulnerability

An issue was discovered in OpenStack Keystone before 29.0.2. The Keystone RBAC policy enforcer in enforce_call unconditionally merges the raw JSON request body into the policy enforcement dictionary …

keystone | Remote | Authorization
May 28, 2026 Jun 02, 2026
May 28, 2026
Jun 02, 2026
8.8 HIGH
CVE-2026-42998 — OpenStack Keystone Credential Authentication Impersonation

An issue was discovered in OpenStack Keystone before 29.0.2. The Keystone application credential authentication plugin does not verify that the user supplied in the authentication request matches the…

keystone | Remote | Authentication
May 28, 2026 Jun 02, 2026
May 28, 2026
Jun 02, 2026
7.3 HIGH
CVE-2026-30761 — SourceBans Material Admin File Upload RCE

An arbitrary file upload vulnerability in the pages/admin.uploadmapimg.php component of SourceBans Material Admin v1.1.6 allows attackers to execute arbitrary code via uploading a crafted image file.

Remote | Misconfiguration
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
7.3 HIGH
CVE-2026-30760 — SourceBans Material Admin Unauthenticated Arbitrary Data Manipulation Vulnerability

An issue in SourceBans Material Admin before v.1.1.6 (3ecd95e) allows attackers to manipulate arbitrary user data in the web app via a crafted XAJAX call.

Remote | Injection
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
5.0 MEDIUM
CVE-2026-46561 — pyLoad: SSRF via HTTP Redirect Bypass in parse_urls API

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the PREREQFUNCTION-based private IP check was not applied to HTTPRequest (used by the parse_urls API). An…

pyload | Remote | Server-Side Request Forgery
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
9.1 CRITICAL
CVE-2026-45787 — electerm's encrypt method not safe enough

electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. Prior to 3.9.5, deterministic AES-192-CBC with a fixed zero IV, constant KDF salt, and no MAC leads to confid…

electerm | Remote | Cryptography
May 28, 2026 Jun 03, 2026
May 28, 2026
Jun 03, 2026
9.6 CRITICAL
CVE-2026-45374 — CodeWhale: task_create Insecure Defaults Enable RCE via Prompt Injection in Project Files

CodeWhale is a DeepSeek + MiMo coding agent in terminal. Prior to 0.8.26, the task_create tool spawns durable sub-agents that inherit two insecure defaults, allow_shell defaults to true (config.rs:14…

Remote | Misconfiguration
May 28, 2026 May 30, 2026
May 28, 2026
May 30, 2026
7.4 HIGH
CVE-2026-45373 — CodeWhale: SSRF‌ IPV6 bypass

CodeWhale is a DeepSeek + MiMo coding agent in terminal. Prior to 0.8.26, although SSRF is validated against hostnames that resolve to private IPv6 addresses, when providing the IPV6 in‌‌ URL‌ as htt…

Remote | Server-Side Request Forgery
May 28, 2026 May 30, 2026
May 28, 2026
May 30, 2026
9.3 CRITICAL
CVE-2026-45353 — electerm: Local code through electerm's single-instance socket

electerm is an open-sourced terminal/ssh/sftp/telnet/serialport/RDP/VNC/Spice/ftp client. From 3.0.6 to 3.8.8, This vulnerability is fixed in 3.9.0.

May 28, 2026 Jun 03, 2026
May 28, 2026
Jun 03, 2026
8.7 HIGH
CVE-2026-45348 — pyLoad: Stored XSS in Downloads view via unsanitized link URL in packages.js template lit…

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, the packages.js template at src/pyload/webui/app/themes/modern/templates/js/packages.js:172 interpolates …

pyload | Remote | Cross-Site Scripting
May 28, 2026 May 29, 2026
May 28, 2026
May 29, 2026
9.6 CRITICAL
CVE-2026-45323 — MeshCore Card: XSS vulnerability through meshcore node name

MeshCore Card provides MeshCore Lovelace card for Home Assistant. Prior to 0.3.3, Meshcore node names are rendered without HTML escaping in meshcore-card, allowing any node within direct or indirect …

meshcore_card | Remote | Cross-Site Scripting
May 28, 2026 Jun 03, 2026
May 28, 2026
Jun 03, 2026
9.6 CRITICAL
CVE-2026-45311 — CodeWhale: run_tests Tool Enables RCE via Malicious Repository Without Approval

CodeWhale is a DeepSeek + MiMo coding agent in terminal. From 0.3.0 to 0.8.23, the run_tests tool executes cargo test in the workspace with ApprovalRequirement::Auto, meaning it runs without any user…

Remote | Misconfiguration
May 28, 2026 Jun 01, 2026
May 28, 2026
Jun 01, 2026
7.4 HIGH
CVE-2026-45310 — CodeWhale: SSRF via HTTP Redirect Bypass in fetch_url Tool

CodeWhale is a DeepSeek + MiMo coding agent in terminal. Prior to 0.8.22, the fetch_url tool validates the initial URL's resolved IP address against a restricted-IP blocklist (is_restricted_ip()) to …

Remote | Server-Side Request Forgery
May 28, 2026 May 30, 2026
May 28, 2026
May 30, 2026
Showing 20 of 7188 Results