Lucene search
+L

14076 matches found

SUSE CVE
SUSE CVE
added 2025/02/14 5:33 a.m.7 views

SUSE CVE-2024-11498

There exists a stack buffer overflow in libjxl. A specifically-crafted file can cause the JPEG XL decoder to use large amounts of stack space up to 256mb is possible, maybe 512mb, potentially exhausting the stack. An attacker can craft a file that will cause excessive memory usage. We recommend...

5.7CVSS5.8AI score0.00603EPSS
SaveExploits0References9
AlpineLinux
AlpineLinux
added 2025/02/13 3:16 p.m.27 views

CVE-2025-0426

A security issue was discovered in Kubernetes where a large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may cause a Node Denial of Service by filling the Node's disk...

6.2CVSS7.1AI score0.00372EPSS
SaveExploits0
SUSE Linux
SUSE Linux
added 2025/02/13 8:38 a.m.3 views

Security update for SUSE Manager Client Tools

This update fixes the following issues: salt: Revert setting SELinux context for minion service bsc1233667 Removed System V init support Fix the condition of alternatives for Tumbleweed and Leap 16 Build all python bindings for all flavors Make minion reconnecting on changing master IP bsc1228182...

5.7CVSS7.5AI score0.00173EPSS
SaveExploits0References38
GithubExploit
GithubExploit
added 2025/02/13 6:39 a.m.702 views

Exploit for Missing Authentication for Critical Function in Paloaltonetworks Pan-Os

Disclaimer: The vulnerabilities described in this article, alo...

9.1CVSS7.4AI score0.98455EPSS
SaveExploits8
SUSE Linux
SUSE Linux
added 2025/02/12 12:02 p.m.8 views

Security update for podman

This update for podman fixes the following issues: CVE-2024-6104: possible sensitive data exposure due to hashicorp/go-retryablehttp not sanitizing URLs when writing them to log files. bsc1227052 CVE-2023-45288: possible excessive CPU consumption due to no limit being set on the number of...

6.9CVSS7AI score0.91969EPSS
SaveExploits1References8
OSV
OSV
added 2025/02/12 6:37 a.m.25 views

MGASA-2025-0053 Updated python-waitress packages fix security vulnerabilities

Waitress has a request processing race condition in HTTP pipelining with an invalid first request. CVE-2024-49768 Waitress has a denial of service leading to high CPU usage/resource exhaustion. CVE-2024-49769...

9.1CVSS8.1AI score0.01377EPSS
SaveExploits0References3
Oracle linux
Oracle linux
added 2025/02/12 12:00 a.m.25 views

gcc-toolset-14-gcc security update

14.2.1-1.3 - disable jQuery use, don't ship jquery.js CVE-2020-11023, RHEL-78383...

6.9CVSS7.3AI score0.8383EPSS
SaveExploits7
SUSE Linux
SUSE Linux
added 2025/02/11 10:27 a.m.8 views

Security update for skopeo

This update for skopeo fixes the following issues: CVE-2024-6104: possible sensitive data exposure due to hashicorp/go-retryablehttp not sanitizing URLs when writing them to log files. bsc1227056 CVE-2023-45288: possible excessive CPU consumption due to no limit being set on the number of...

6.9CVSS7AI score0.91969EPSS
SaveExploits1References8
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: geneve: Do not assume that the MAC header is set in genevexmitskb. We should not assume that the MAC header is present in the output path. Instead, use skbethhdr instead of ethhdr to fix the issue. sysbot reported the followin...

5.5CVSS6.5AI score0.00268EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ext4: Remove ppath from ext4extreplayupdateex to avoid double-free. When calling ext4forcesplitextentat&ppath in ext4extreplayupdateex, ppath is updated, but it is path that is freed. This potentially triggers a double-free in th...

7.8CVSS6.3AI score0.0025EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: The commit 5ec8e8ea8b77 “mm/sparsemem: fix race in accessing memorysection-usage” changed pfnsectionvalid to include a READONCE call around “ms-usage” to address a race condition with sectiondeactivate. In this case, ms-usage can...

5.5CVSS6.2AI score0.00255EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ocfs2: Fixed the nullptrdereference error when the journal load failed. During the mounting process, if the journal function fails due to a too-short journal, it causes jbd2journalload to fail with a NULL jsbbuffer. Subsequently,...

5.5CVSS6.2AI score0.0025EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: crypto: aead,cipher – The key buffer is zeroed after use. I.G 9.7.B for FIPS 140-3 specifies that variables temporarily holding cryptographic information should be zeroed once they are no longer needed. This is achieved by using...

4.1CVSS6.3AI score0.00228EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: scsi: qla2xxx: Command completion occurred prematurely during the lock phase. A crash was observed when performing NPIV and FW reset. BUG: Kernel NULL pointer dereferencing, address: 000000000000001c PF: Supervisor read access...

8.8CVSS6.4AI score0.00338EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.6 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: ipv4: iptunnel: A suspicious RCU usage warning was fixed in iptunnelinitflow. There are code paths where the function is called without holding the RCU read lock, resulting in a suspicious RCU usage warning 1. The issue was fixed...

5.5CVSS5.9AI score0.00265EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.10 views

Astra Linux – Vulnerability in python-tornado

Tornado is a Python web framework and asynchronous networking library. The algorithm used for parsing HTTP cookies in Tornado versions prior to 6.4.2 sometimes has quadratic complexity, leading to excessive CPU consumption when parsing maliciously-crafted cookie headers. This parsing occurs in th...

7.5CVSS7AI score0.01044EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: tools/nolibc/stdlib: Fixed a memory error in the realloc function. Passed userplen to memcpy, instead of heap-len, to prevent realloc from copying an additional sizeofheap bytes beyond the allocated region...

7.1CVSS6.1AI score0.00233EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.13 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: netfilter: nfnetlinkqueue: acquire rcureadlock in instanceDestroyrcu syzbot reported that nfreinject could be called without rcureadlock: WARNING: suspicious RCU usage 6.9.0-rc7-syzkaller-02060-g5c1672705a1a 0 Not tainted...

7.8CVSS6.4AI score0.00277EPSS
SaveExploits0References3
GithubExploit
GithubExploit
added 2025/02/11 3:39 a.m.390 views

Exploit for Incorrect Authorization in Apache Ofbiz

Apache-OFBiz-Exploit Exploit for Apache OFBiz CVE-2024-38856...

9.8CVSS9.8AI score0.99427EPSS
SaveExploits11
Github Security Blog
Github Security Blog
added 2025/02/10 5:38 p.m.22 views

SslHandler doesn't correctly validate packets which can lead to native crash when using native SSLEngine

Impact When a special crafted packet is received via SslHandler it doesn't correctly handle validation of such a packet in all cases which can lead to a native crash. Workarounds As workaround its possible to either disable the usage of the native SSLEngine or changing the code from: SslContext...

7.5CVSS7.4AI score0.02192EPSS
SaveExploits1References7Affected Software1
Rows per page
Query Builder