Lucene search
+L

47023 matches found

Github Security Blog
Github Security Blog
added 2026/04/25 11:49 p.m.18 views

OpenClaw: Browser CDP profile creation skipped strict-mode SSRF checks

Affected Packages / Versions - Package: openclaw npm - Affected versions: 2026.4.20 - Patched version: 2026.4.20 Impact Browser profile creation normalized cdpUrl values before persisting them, but did not apply the configured browser SSRF policy at creation time. In deployments that explicitly...

5.2AI score
SaveExploits0References4Affected Software1
RedhatCVE
RedhatCVE
added 2026/04/25 11:24 a.m.26 views

CVE-2026-41238

A flaw was found in DOMPurify, a software library used to clean potentially malicious code from web content, preventing Cross-Site Scripting XSS attacks. A remote attacker could exploit a vulnerability related to 'prototype pollution' to bypass DOMPurify's security checks. This allows the attacke...

6.9CVSS5.7AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/25 11:11 a.m.13 views

OESA-2026-2117 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

9.1CVSS5.5AI score0.00579EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/25 11:11 a.m.16 views

OESA-2026-2116 python3 security update

Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C...

9.1CVSS5.5AI score0.00579EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2026/04/25 6:57 a.m.26 views

Chromium: CVE-2026-6921 Race in GPU

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

8.3CVSS5.3AI score0.00187EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2026/04/25 6:57 a.m.20 views

Chromium: CVE-2026-6919 Use after free in DevTools

This CVE was assigned by Chrome. Microsoft Edge Chromium-based ingests Chromium, which addresses this vulnerability. Please see Google Chrome Releases for more information...

9.6CVSS5.2AI score0.00285EPSS
SaveExploits0
Fedora
Fedora
added 2026/04/25 1:58 a.m.13 views

[SECURITY] Fedora 44 Update: chromium-147.0.7727.101-1.fc44

Chromium is an open-source web browser, powered by WebKit Blink...

9.8CVSS8.2AI score0.00608EPSS
SaveExploits3
Fedora
Fedora
added 2026/04/25 1:55 a.m.18 views

[SECURITY] Fedora 44 Update: smb4k-4.0.6-1.fc44

Smb4K is an SMB/CIFS share browser for KDE. It uses the Samba software suite to access the SMB/CIFS shares of the local network neighborhood. Its purpose is to provide a program that's easy to use and has as many features as possible...

5.3AI score
SaveExploits0
Fedora
Fedora
added 2026/04/25 1:55 a.m.25 views

[SECURITY] Fedora 44 Update: zeal-0.8.0-2.fc44

Zeal is a simple offline documentation browser inspired by Dash...

5.3AI score
SaveExploits0
Fedora
Fedora
added 2026/04/25 1:53 a.m.14 views

[SECURITY] Fedora 44 Update: roundcubemail-1.7~rc6-1.fc44

RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and spell checking. RoundCube Webmail is written in...

8.2CVSS5.3AI score0.00402EPSS
SaveExploits0
Packet Storm News
Packet Storm News
added 2026/04/25 12:00 a.m.14 views

Architecture Matters for Multi-Agent Security

Multi-agent systems MAS, composed of networks of two or more autonomous AI agents, have become increasingly popular in production deployments, yet introduce security risks that do not arise in single-agent settings. Even if individual agents exhibit robust security, architectural decisions...

5.4AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/04/24 6:16 p.m.10 views

CVE-2026-42035

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, a prototype pollution gadget exists in the Axios HTTP adapter lib/adapters/http.js that allows an attacker to inject arbitrary HTTP headers into outgoing requests. The vulnerability exploits duck-type...

7.4CVSS5.9AI score0.00403EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/24 6:16 p.m.11 views

CVE-2026-42040

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the encode function in lib/helpers/AxiosURLSearchParams.js contains a character mapping charMap at line 21 that reverses the safe percent-encoding of null bytes. After encodeURIComponent'\x00' correctly...

3.7CVSS5.8AI score0.00217EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2026/04/24 6:16 p.m.10 views

CVE-2026-42034

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, for stream request bodies, maxBodyLength is bypassed when maxRedirects is set to 0 native http/https transport path. Oversized streamed uploads are sent fully even when the caller sets strict body limits...

5.3CVSS5.8AI score0.00327EPSS
SaveExploits1References2
OSV
OSV
added 2026/04/24 6:16 p.m.25 views

UBUNTU-CVE-2026-42036

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, when responseType: 'stream' is used, Axios returns the response stream without enforcing maxContentLength. This bypasses configured response-size limits and allows unbounded downstream consumption. This...

5.3CVSS5.8AI score0.00327EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/24 6:16 p.m.21 views

UBUNTU-CVE-2026-42041

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses 401, 403, 500, etc., causing them to be...

8.2CVSS5.8AI score0.00611EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/24 6:16 p.m.28 views

UBUNTU-CVE-2026-42040

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the encode function in lib/helpers/AxiosURLSearchParams.js contains a character mapping charMap at line 21 that reverses the safe percent-encoding of null bytes. After encodeURIComponent'\x00' correctly...

3.7CVSS5.8AI score0.00217EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/24 6:16 p.m.17 views

UBUNTU-CVE-2026-42034

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, for stream request bodies, maxBodyLength is bypassed when maxRedirects is set to 0 native http/https transport path. Oversized streamed uploads are sent fully even when the caller sets strict body limits...

5.3CVSS5.8AI score0.00327EPSS
SaveExploits1References3
OSV
OSV
added 2026/04/24 6:16 p.m.26 views

UBUNTU-CVE-2026-42043

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, an attacker who can influence the target URL of an Axios request can use any address in the 127.0.0.0/8 range other than 127.0.0.1 to completely bypass the NOPROXY protection. This vulnerability is due t...

10CVSS5.8AI score0.00661EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2026/04/24 6:16 p.m.9 views

CVE-2026-42043

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, an attacker who can influence the target URL of an Axios request can use any address in the 127.0.0.0/8 range other than 127.0.0.1 to completely bypass the NOPROXY protection. This vulnerability is due t...

10CVSS5.8AI score0.00661EPSS
SaveExploits1References3
Rows per page
Query Builder