Lucene search
+L

6915 matches found

UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.18 views

CVE-2025-38721

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix refcount leak on table dump There is a reference count leak in ctnetlinkdumptable: if res ctgeneral; // HERE cb-args1 = unsigned longct; ... While its very unlikely, its possible that ct == last. If this...

5.5CVSS5.9AI score0.00165EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.7 views

CVE-2025-38730

In the Linux kernel, the following vulnerability has been resolved: iouring/net: commit partial buffers on retry Ring provided buffers are potentially only valid within the single execution context in which they were acquired. iouring deals with this and invalidates them on retry. But on the...

7.8CVSS5.9AI score0.00162EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.3 views

CVE-2025-38703

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Make dma-fences compliant with the safe access rules Xe can free some of the data pointed to by the dma-fences it exports. Most notably the timeline name can get freed if userspace closes the associated submit queue. At t...

7.8CVSS6.6AI score0.00165EPSS
SaveExploits0References22
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.8 views

CVE-2025-38708

In the Linux kernel, the following vulnerability has been resolved: drbd: add missing krefget in handlewriteconflicts With two-primaries enabled, DRBD tries to detect "concurrent" writes and handle write conflicts, so that even if you write to the same sector simultaneously on both nodes, they en...

9.8CVSS6.3AI score0.00367EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
added 2025/09/04 4:15 p.m.7 views

CVE-2025-38717

In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcmunattach syzbot found a race condition when kcmunattachpsock and kcmreleasekcm are executed at the same time. kcmunattach is missing a check of the flag kcm-txstopped before calling queuework. I...

7.8CVSS5.7AI score0.00114EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/09/03 8:15 a.m.3 views

CVE-2025-9817

SSH dissector crash in Wireshark 4.4.0 to 4.4.8 allows denial of service...

7.8CVSS5.9AI score0.00208EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/09/02 2:15 p.m.5 views

CVE-2025-9784

A flaw was found in Undertow where malformed client requests can trigger server-side stream resets without triggering abuse counters. This issue, referred to as the "MadeYouReset" attack, allows malicious clients to induce excessive server workload by repeatedly causing server-side stream aborts...

7.5CVSS5.8AI score0.02325EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2025/09/02 12:15 p.m.3 views

CVE-2024-52284

Unauthorized disclosure of sensitive data: Any user with GET or LIST permissions on BundleDeployment resources could retrieve Helm values containing credentials or other secrets...

7.7CVSS5.9AI score0.0023EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/08/31 2:15 p.m.7 views

CVE-2025-9732

A vulnerability was identified in DCMTK up to 3.6.9. This affects an unknown function in the library dcmimage/include/dcmtk/dcmimage/diybrpxt.h of the component dcm2img. Such manipulation leads to memory corruption. Local access is required to approach this attack. The name of the patch is...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2025/08/29 10:15 p.m.4 views

CVE-2025-58160

tracing is a framework for instrumenting Rust programs to collect structured, event-based diagnostic information. Prior to version 0.3.20, tracing-subscriber was vulnerable to ANSI escape sequence injection attacks. Untrusted user input containing ANSI escape sequences could be injected into...

2.3CVSS6AI score0.00325EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/08/29 4:15 p.m.5 views

CVE-2025-47909

Hosts listed in TrustedOrigins implicitly allow requests from the corresponding HTTP origins, allowing network MitMs to perform CSRF attacks. After the CVE-2025-24358 fix, a network attacker that places a form at http://example.com can't get it to submit to https://example.com because the Origin...

7.3CVSS5.9AI score0.00172EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2025/08/29 12:00 a.m.5 views

CVE-2025-40927

CGI::Simple versions before 1.282 for Perl has a HTTP response splitting flaw This vulnerability is a confirmed HTTP response splitting flaw in CGI::Simple that allows HTTP response header injection, which can be used for reflected XSS or open redirect under certain conditions. Although some...

7.3CVSS5.8AI score0.00466EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2025/08/29 12:00 a.m.5 views

CVE-2025-54080

Exiv2 is a C++ library and a command-line utility to read, write, delete and modify Exif, IPTC, XMP and ICC image metadata. An out-of-bounds read was found in Exiv2 versions 0.28.5 and earlier. The out-of-bounds read is triggered when Exiv2 is used to write metadata into a crafted image file. An...

5.5CVSS6.1AI score0.00142EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2025/08/28 12:00 a.m.5 views

CVE-2024-58240

In the Linux kernel, the following vulnerability has been resolved: tls: separate no-async decryption request handling from async If we're not doing async, the handling is much simpler. There's no reference counting, we just need to wait for the completion to wake us up and return its result. We...

9.8CVSS6.6AI score0.00328EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/08/27 7:15 p.m.7 views

CVE-2025-58050

The PCRE2 library is a set of C functions that implement regular expression pattern matching. In version 10.45, a heap-buffer-overflow read vulnerability exists in the PCRE2 regular expression matching engine, specifically within the handling of the scs:... Scan SubString verb when combined with...

9.1CVSS5.8AI score0.008EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2020-27670

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in Xen through 4.14.x allowing x86 guest OS users to cause a denial of service data corruption, cause a data leak, or possibly gain...

7.8CVSS6.9AI score0.00254EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2025/08/26 6:15 p.m.3 views

CVE-2025-57803

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2 for ImageMagick's 32-bit build, a 32-bit integer overflow in the BMP encoder’s scanline-stride computation collapses bytesperline stride to a tiny value while the...

8.8CVSS6.9AI score0.00843EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2025/08/26 5:15 p.m.3 views

CVE-2025-55212

ImageMagick is free and open-source software used for editing and manipulating digital images. Prior to versions 6.9.13-28 and 7.1.2-2, passing a geometry string containing only a colon ":" to montage -geometry leads GetGeometry to set width/height to 0. Later, ThumbnailImage divides by these zer...

7.5CVSS7AI score0.00912EPSS
SaveExploits1References10
Tenable Nessus
Tenable Nessus
added 2025/08/26 12:00 a.m.10 views

Solaris 10 (sparc): 146573-03

SunOS 5.10: SunOS 5.10: syslogd patch. Date this patch was last updated by Sun : Jul/14/25 %NASLMINLEVEL 80900 C Tenable, Inc. The descriptive text in this plugin was extracted from the Oracle SunOS Patch Updates. include"compat.inc"; if description scriptid255266; scriptversion"1.1";...

7AI score
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/08/26 12:00 a.m.6 views

Solaris 10 (sparc): 153339-61

SunOS 5.10: JavaSE 8: update 461 patch equivalent to JDK 8u461, 64bit. Date this patch was last updated by Sun : Jul/14/25 %NASLMINLEVEL 80900 C Tenable, Inc. The descriptive text in this plugin was extracted from the Oracle SunOS Patch Updates. include"compat.inc"; if description scriptid255257;...

7AI score
SaveExploits0References1
Rows per page
Query Builder