Lucene search
+L

157 matches found

OSV
OSV
added 2026/05/27 12:15 p.m.13 views

CVE-2026-45861 gfs2: Fix slab-use-after-free in qd_put

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in qdput Commit a475c5dd16e5 "gfs2: Free quota data objects synchronously" started freeing quota data objects during filesystem shutdown instead of putting them back onto the LRU list, but it failed ...

7.8CVSS6.5AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/05/27 12:00 a.m.34 views

PT-2026-43728

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A slab-use-after-free issue exists in the gfs2 component. During filesystem shutdown, quota data objects were freed synchronously without being removed from the Least Recently Used LRU...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.28 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the gfs2 module failing to remove quota data objects from the LRU list in the qdput function. Thi...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in cups

An authentication issue has been resolved through improved state management. This issue is fixed in macOS Big Sur 11.7.7, macOS Monterey 12.6.6, and macOS Ventura 13.4. Unauthenticated users may be able to access recently printed documents...

5.5CVSS6.2AI score0.00347EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/05/08 5:13 p.m.28 views

@fastify/accepts-serializer Vulnerable to Denial of Service via Unbounded Accept Header Cache Growth

Impact @fastify/accepts-serializer cached serializer-selection results keyed by the request Accept header without a size limit or eviction policy. A remote unauthenticated client could send many distinct but matching Accept header variants to make the cache grow unbounded. Under sustained load,...

7.5CVSS5.8AI score0.00284EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/05/08 5:13 p.m.22 views

EUVD-2026-27131

@fastify/accepts-serializer Vulnerable to Denial of Service via Unbounded Accept Header Cache Growth...

7.5CVSS5.8AI score0.00284EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/06 8:54 p.m.13 views

CVE-2026-41310 OpenTelemetry .NET Zipkin exporter has unbounded remote endpoint cache leading to memory growth

OpenTelemetry.Exporter.Zipkin is the .NET Zipkin exporter for OpenTelemetry. In versions 1.15.2 and earlier, the Zipkin exporter remote endpoint cache accepts unbounded key growth derived from span attributes. In high-cardinality scenarios, a process using Zipkin export for client or producer spa...

5.3CVSS6AI score
SaveExploits0References4
CVE
CVE
added 2026/05/06 8:54 p.m.53 views

CVE-2026-41310

OpenTelemetry.Exporter.Zipkin for .NET (Zipkin exporter) has an unbounded remote endpoint cache in versions up to 1.15.2, where keys derived from span attributes can grow without bound in high-cardinality scenarios, leading to memory growth and degraded availability. The issue is addressed in ver...

5.3CVSS5.8AI score0.00311EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/06 8:54 p.m.11 views

CVE-2026-41310 OpenTelemetry .NET Zipkin exporter has unbounded remote endpoint cache leading to memory growth

OpenTelemetry.Exporter.Zipkin is the .NET Zipkin exporter for OpenTelemetry. In versions 1.15.2 and earlier, the Zipkin exporter remote endpoint cache accepts unbounded key growth derived from span attributes. In high-cardinality scenarios, a process using Zipkin export for client or producer spa...

5.3CVSS5.8AI score0.00311EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/06 8:54 p.m.7 views

CVE-2026-41310

OpenTelemetry.Exporter.Zipkin is the .NET Zipkin exporter for OpenTelemetry. In versions 1.15.2 and earlier, the Zipkin exporter remote endpoint cache accepts unbounded key growth derived from span attributes. In high-cardinality scenarios, a process using Zipkin export for client or producer spa...

5.3CVSS5.8AI score0.00311EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/05/04 8:16 p.m.27 views

CVE-2026-7768

@fastify/accepts-serializer cached serializer-selection results keyed by the request Accept header without a size limit or eviction policy. A remote unauthenticated client could send many distinct but matching Accept header variants to make the cache grow unbounded, eventually exhausting the...

7.5CVSS0.00284EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/04/28 11:23 p.m.24 views

OpenTelemetry's Zipkin remote endpoint cache could grow without bounds and increase memory pressure

Summary The Zipkin exporter remote endpoint cache accepted unbounded key growth derived from span attributes. In high-cardinality scenarios, this could increase process memory usage over time and degrade availability. Details - Introduce a bounded, thread-safe LRU cache for remote endpoints. -...

5.3CVSS5.4AI score0.00311EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/03/18 1:16 a.m.10 views

CVE-2026-27980

Next.js is a React framework for building full-stack web applications. Starting in version 10.0.0 and prior to version 16.1.7, the default Next.js image optimization disk cache /next/image did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many...

7.5CVSS0.00683EPSS
SaveExploits0References3
CVE
CVE
added 2026/03/18 12:23 a.m.65 views

CVE-2026-27980

Next.js versions 10.0.0 through 16.1.6 expose an unbounded disk cache in the image optimization feature at /_next/image, allowing denial of service via cache growth. The root cause is a lack of an upper bound on the disk cache; the fix in v16.1.7 adds an LRU-backed disk cache and an eviction poli...

7.5CVSS5.8AI score0.00683EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/18 12:23 a.m.6 views

CVE-2026-27980 Next.js: Unbounded next/image disk cache growth can exhaust storage

Next.js is a React framework for building full-stack web applications. Starting in version 10.0.0 and prior to version 16.1.7, the default Next.js image optimization disk cache /next/image did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many...

6.9CVSS5.8AI score0.00683EPSS
SaveExploits0References3
OSV
OSV
added 2026/03/18 12:23 a.m.13 views

CVE-2026-27980 Next.js: Unbounded next/image disk cache growth can exhaust storage

Next.js is a React framework for building full-stack web applications. Starting in version 10.0.0 and prior to version 16.1.7, the default Next.js image optimization disk cache /next/image did not have a configurable upper bound, allowing unbounded cache growth. An attacker could generate many...

6.9CVSS5.9AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/03/17 4:17 p.m.16 views

Next.js: Unbounded next/image disk cache growth can exhaust storage

Summary The default Next.js image optimization disk cache /next/image did not have a configurable upper bound, allowing unbounded cache growth. Impact An attacker could generate many unique image-optimization variants and exhaust disk space, causing denial of service. Note that this does not impa...

7.5CVSS5.8AI score0.00683EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/01/27 12:00 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-005108)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005108 advisory. In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to memcgroupidr Commit 73f576c04b94 mm: memcontrol: fix cgroup...

7.8CVSS6.6AI score0.00247EPSS
SaveExploits0References3
Fedora
Fedora
added 2026/01/20 1:42 a.m.12 views

[SECURITY] Fedora 43 Update: rust-lru-0.16.3-1.fc43

A LRU cache implementation...

5.9AI score
SaveExploits0
Fedora
Fedora
added 2026/01/20 1:38 a.m.9 views

[SECURITY] Fedora 42 Update: rust-lru-0.16.3-1.fc42

A LRU cache implementation...

5.9AI score
SaveExploits0
Rows per page
Query Builder