Lucene search
+L

11477 matches found

OSV
OSV
added 2026/03/02 10:04 p.m.11 views

GHSA-7RP8-R62P-Q6WC `melange update-cache` has unbounded HTTP download that can exhaust disk in CI

melange update-cache downloads URIs from build configs via io.Copy without any size limit or HTTP client timeout pkg/renovate/cache/cache.go. An attacker-controlled URI in a melange config can cause unbounded disk writes, exhausting disk on the build runner. Affected versions = 0.40.5. Fix: Merge...

4.3CVSS7.1AI score0.00223EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/03/02 5:20 p.m.11 views

CVE-2026-3282

A flaw was found in libvips. A local attacker can exploit this vulnerability by manipulating the alphaband argument in the vipsunpremultiplybuild function, leading to an out-of-bounds read. This can potentially disclose sensitive information...

7.1CVSS5.8AI score0.0022EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2026/03/02 12:42 p.m.17 views

CVE-2026-3281

A flaw was found in libvips. A local attacker can exploit a heap-based buffer overflow vulnerability by manipulating the argument index in the vipsbandrankbuild function. This can lead to information disclosure, data modification, or denial of service...

7.8CVSS6AI score0.00243EPSS
SaveExploits1References2
IBM Security Bulletins
IBM Security Bulletins
added 2026/03/02 8:30 a.m.15 views

Security Bulletin: Multiple vulnerabilites in IBM Rational Build Forge.

Summary IBM Rational Build Forge 8.0.0.29 addresses multiple vulnerabilites Vulnerability Details CVEID:CVE-2025-58754 DESCRIPTION: Axios is a promise based HTTP client for the browser and Node.js. When Axios starting in version 0.28.0 and prior to versions 0.30.2 and 1.12.0 runs on Node.js and i...

9.4CVSS6.9AI score0.05666EPSS
SaveExploits6Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2026/03/02 12:00 a.m.35 views

`melange update-cache` has unbounded HTTP download that can exhaust disk in CI

melange update-cache downloads URIs from build configs via io.Copy without any size limit or HTTP client timeout pkg/renovate/cache/cache.go. An attacker-controlled URI in a melange config can cause unbounded disk writes, exhausting disk on the build runner. Affected versions = 0.40.5. Fix: Merge...

4.3CVSS7.1AI score0.00223EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/02 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-3283

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability has been found in libvips 8.19.0. This issue affects the function vipsextractbandbuild of the file libvips/conversion/extract.c. The manipulatio...

7.1CVSS4.7AI score0.0022EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/03/02 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-3284

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A vulnerability was found in libvips 8.19.0. Impacted is the function vipsextractareabuild of the file libvips/conversion/extract.c. The manipulation of the...

5.5CVSS4.9AI score0.00214EPSS
SaveExploits2References3
Positive Technologies
Positive Technologies
added 2026/03/02 12:00 a.m.15 views

PT-2026-23003

Name of the Vulnerable Software and Affected Versions melange versions prior to 0.40.5 Description melange enables users to create apk packages using declarative pipelines. In versions 0.40.5 and earlier, the melange update-cache function downloads URIs from build configurations using io.Copy...

4.3CVSS5.9AI score0.00223EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/03/02 12:00 a.m.12 views

Fedora 43 : libmaxminddb (2026-814a1deec8)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2026-814a1deec8 advisory. libmaxminddb 1.13.1 - Re-release for Ubuntu PPA, no code changes. libmaxminddb 1.13.0 - MMDBgetentrydatalist now validates that the claimed array/map size is...

6.2AI score
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2026/03/01 9:01 a.m.12 views

Vim has stack-buffer-overflow in build_stl_str_hl()

...

2.2CVSS5.9AI score0.00142EPSS
SaveExploits0
OSV
OSV
added 2026/03/01 1:28 a.m.36 views

GHSA-6RXQ-Q92G-4RMF kaniko has tar archive path traversal in its build context extraction, allowing file writes outside destination directories

kaniko unpacks build context archives using filepath.Joindest, cleanedName without enforcing that the final path stays within dest. A tar entry like ../outside.txt escapes the extraction root and writes files outside the destination directory. In environments with registry authentication, this ca...

8.2CVSS6.3AI score0.00613EPSS
SaveExploits0References6
OSV
OSV
added 2026/02/27 9:20 p.m.11 views

CVE-2026-28406 kaniko has tar archive path traversal in build context extraction allows writing files outside destination directory

kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. Starting in version 1.25.4 and prior to version 1.25.10, kaniko unpacks build context archives using filepath.Joindest, cleanedName without enforcing that the final path stays within dest. A ta...

8.2CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2026/02/27 9:20 p.m.58 views

CVE-2026-28406

CVE-2026-28406 affects kaniko up to 1.25.10. During tar extraction, build context archives were unpacked with filepath.Join(dest, cleanedName) without ensuring the final path stays inside dest, allowing a tar entry like ../outside.txt to escape the extraction root and write files outside the dest...

8.5CVSS6.3AI score0.00613EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/02/27 9:20 p.m.31 views

CVE-2026-28406 kaniko has tar archive path traversal in build context extraction allows writing files outside destination directory

kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. Starting in version 1.25.4 and prior to version 1.25.10, kaniko unpacks build context archives using filepath.Joindest, cleanedName without enforcing that the final path stays within dest. A ta...

8.2CVSS0.00613EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/02/27 9:20 p.m.6 views

CVE-2026-28406 kaniko has tar archive path traversal in build context extraction allows writing files outside destination directory

kaniko is a tool to build container images from a Dockerfile, inside a container or Kubernetes cluster. Starting in version 1.25.4 and prior to version 1.25.10, kaniko unpacks build context archives using filepath.Joindest, cleanedName without enforcing that the final path stays within dest. A ta...

8.2CVSS6.3AI score0.00613EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/02/27 6:15 a.m.7 views

Heap-based Buffer Overflow

Overview Affected versions of this package are vulnerable to Heap-based Buffer Overflow via the vipsbandrankbuild function. An attacker can execute arbitrary code, cause a denial of service, or potentially escalate privileges by manipulating the index argument to trigger a heap-based buffer...

7.8CVSS6.4AI score0.00243EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/27 6:15 a.m.7 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound via the vipsextractareabuild function in the extract.c file. An attacker can cause a denial of service by providing specially crafted arguments to trigger an integer overflow. Remediation A fix was pushed...

5.5CVSS5.9AI score0.00214EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/02/27 6:15 a.m.10 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read via the vipsunpremultiplybuild function in the file unpremultiply.c when processing the alphaband argument. An attacker can access sensitive information by triggering an out-of-bounds read through local manipulation o...

7.1CVSS5.8AI score0.0022EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/02/27 6:15 a.m.11 views

Out-of-bounds Read

Overview Affected versions of this package are vulnerable to Out-of-bounds Read via the vipsextractbandbuild function. An attacker can access sensitive information by supplying crafted arguments to trigger an out-of-bounds read. Remediation A fix was pushed into the master branch but not yet...

7.1CVSS5.9AI score0.0022EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/02/27 3:30 a.m.15 views

EUVD-2026-8989

A flaw has been found in libvips 8.19.0. This vulnerability affects the function vipsunpremultiplybuild of the file libvips/conversion/unpremultiply.c. Executing a manipulation of the argument alphaband can lead to out-of-bounds read. The attack needs to be launched locally. The exploit has been...

4.8CVSS4.3AI score0.0022EPSS
SaveExploits1References9
Rows per page
Query Builder