Lucene search
+L

317 matches found

Cvelist
Cvelist
added 2026/03/13 3:8 a.m.43 views

CVE-2025-57849 Fuse: privilege escalation via excessive /etc/passwd permissions

A container privilege escalation flaw was found in certain Fuse images. This issue stems from the /etc/passwd file being created with group-writable permissions during build time. In certain conditions, an attacker who can execute commands within an affected container, even as a non-root user, ca...

6.4CVSS0.00208EPSS
Exploits0References2
CVE
CVE
added 2026/03/13 2:48 a.m.18 views

CVE-2025-8766

CVE-2025-8766 affects Noobaa-core container images (Multi-Cloud Object Gateway Core). The root cause is that /etc/passwd is created with group-writable permissions during build, allowing a non-root attacker with membership in the root group to modify /etc/passwd and create a user with any UID (in...

6.4CVSS6AI score0.00165EPSS
Exploits0References4Affected Software1
CNNVD
CNNVD
added 2026/03/13 12:0 a.m.11 views

Red Hat Fuse 安全漏洞

Red Hat Fuse is an open-source distributed integration platform based on Apache Camel, developed by Red Hat Inc. This platform provides standardized methods, infrastructure, and tools for integrating services, microservices, and application components. Red Hat Fuse has a security vulnerability th...

6.4CVSS5.9AI score0.00208EPSS
Exploits0References3
Packet Storm News
Packet Storm News
added 2026/02/22 12:0 a.m.7 views

On the Variability of Source Code in Maven Package Rebuilds

Rebuilding packages from open source is a common practice to improve the security of software supply chains, and is now done at an industrial scale. The basic principle is to acquire the source code used to build a package published in a repository such as Maven Central for Java, rebuild the...

6AI score
Exploits0
Fedora
Fedora
added 2026/02/11 1:0 a.m.12 views

[SECURITY] Fedora 42 Update: rust-shadow-rs-0.8.1-14.fc42

A build-time information stored in your rust project...

7.5CVSS5.4AI score0.00443EPSS
Exploits1
Fedora
Fedora
added 2026/02/10 1:34 a.m.6 views

[SECURITY] Fedora 43 Update: rust-shadow-rs-0.8.1-14.fc43

A build-time information stored in your rust project...

7.5CVSS5.4AI score0.00443EPSS
Exploits1
Veracode
Veracode
added 2026/02/09 9:26 a.m.7 views

Server-Side Request Forgery (SSRF)

Webpack is vulnerable to Server-Side Request Forgery SSRF . The vulnerability is due to missing re-validation of allowedUris after HTTP 30x redirects in the HttpUriPlugin, allowing imports initially constrained to trusted URLs to be redirected to untrusted or internal endpoints, resulting in...

3.7CVSS5.5AI score0.002EPSS
Exploits1References2Affected Software1
NVD
NVD
added 2026/02/05 11:15 p.m.7 views

CVE-2025-68157

Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that...

3.7CVSS0.002EPSS
Exploits1References1
OSV
OSV
added 2026/02/05 11:15 p.m.3 views

DEBIAN-CVE-2025-68157

Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that...

3.7CVSS5.3AI score0.002EPSS
Exploits1References1
UbuntuCve
UbuntuCve
added 2026/02/05 11:15 p.m.5 views

CVE-2025-68157

Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that...

3.7CVSS6.9AI score0.002EPSS
Exploits1References2
Vulnrichment
Vulnrichment
added 2026/02/05 11:8 p.m.3 views

CVE-2025-68157 webpack buildHttp HttpUriPlugin allowedUris bypass via HTTP redirects

Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that...

3.7CVSS5.4AI score0.002EPSS
Exploits1References1
CVE
CVE
added 2026/02/05 11:8 p.m.137 views

CVE-2025-68157

Webpack vulnerability CVE-2025-68157 affects the HttpUriPlugin when experiments.buildHttp is enabled. From 5.49.0 through versions before 5.104.0, allowedUris are validated only for the initial URL; redirects (HTTP 30x) are not re-validated, allowing an import restricted to a trusted allow-list t...

3.7CVSS5.4AI score0.002EPSS
Exploits1References1Affected Software1
OSV
OSV
added 2026/02/05 11:8 p.m.7 views

CVE-2025-68157 webpack buildHttp HttpUriPlugin allowedUris bypass via HTTP redirects

Webpack is a module bundler. From version 5.49.0 to before 5.104.0, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin enforces allowedUris only for the initial URL, but does not re-validate allowedUris after following HTTP 30x redirects. As a result, an import that...

3.7CVSS5.5AI score0.002EPSS
Exploits1References3
CVE
CVE
added 2026/02/05 11:8 p.m.43 views

CVE-2025-68458

Webpack CVE-2025-68458 affects Webpack’s HTTP(S) resolver (HttpUriPlugin) when experiments.buildHttp is enabled. A crafted URL containing userinfo (username:password@host) can bypass allowedUris checks and cause the build process to request resources from internal or non-whitelisted hosts, enabli...

3.7CVSS5.4AI score0.002EPSS
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2026/02/05 11:8 p.m.32 views

CVE-2025-68458 webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior

Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo username:password@host. If allowedUris...

3.7CVSS0.002EPSS
Exploits1References1
Vulnrichment
Vulnrichment
added 2026/02/05 11:8 p.m.4 views

CVE-2025-68458 webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior

Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo username:password@host. If allowedUris...

3.7CVSS5.4AI score0.002EPSS
Exploits1References1
EUVD
EUVD
added 2026/02/05 11:8 p.m.8 views

EUVD-2025-206877

Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo username:password@host. If allowedUris...

3.7CVSS5.3AI score0.002EPSS
Exploits1References1
ATTACKERKB
ATTACKERKB
added 2026/02/05 11:8 p.m.7 views

CVE-2025-68458

Webpack is a module bundler. From version 5.49.0 to before 5.104.1, when experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo username:password@host. If allowedUris...

3.7CVSS5.4AI score0.002EPSS
Exploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2026/02/05 6:38 p.m.13 views

webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior

Summary When experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo username:password@host. If allowedUris enforcement relies on a raw string prefix check e.g.,...

3.7CVSS5.6AI score0.002EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2026/02/05 6:38 p.m.6 views

GHSA-8FGC-7CC6-RX7X webpack buildHttp: allowedUris allow-list bypass via URL userinfo (@) leading to build-time SSRF behavior

Summary When experiments.buildHttp is enabled, webpack’s HTTPS resolver HttpUriPlugin can be bypassed to fetch resources from hosts outside allowedUris by using crafted URLs that include userinfo username:password@host. If allowedUris enforcement relies on a raw string prefix check e.g.,...

3.7CVSS5.9AI score0.002EPSS
Exploits1References3
Rows per page
Query Builder