Lucene search
+L

14836 matches found

CVE
CVE
added 2024/08/29 9:05 a.m.128 views

CVE-2021-4442

CVE-2021-4442 – The Linux kernel TCP stack vulnerability described as: a syzkaller repro could cause RCV_SEQ to be advanced after data restoration in the receive queue, enabling an out-of-order or invalid sequence handling when TCP_QUEUE_SEQ is used on non-empty queues. The connected documents (A...

5.5CVSS6.7AI score0.00393EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/29 9:05 a.m.20 views

CVE-2021-4442 tcp: add sanity tests to TCP_QUEUE_SEQ

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity tests to TCPQUEUESEQ Qingyu Li reported a syzkaller bug where the repro changes RCV SEQ after restoring data in the receive queue. mprotect0x4aa000, 12288, PROTREAD = 0 mmap0x1ffff000, 4096, PROTNONE,...

7AI score0.00393EPSS
SaveExploits1References5
Talos Blog
Talos Blog
added 2024/08/28 4:00 p.m.16 views

Fuzzing µCOS protocol stacks, Part 2: Handling multiple requests per test case

So far in this series, Ive developed a fuzzer for the µC/HTTP-server. As described in the previous post, this fuzzer reads from a file to enable compatibility with AFL++. That implementation only fuzzes a single request at a time. Although that single request fuzzer uncovered a few security...

8AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/28 12:34 p.m.7 views

kernel: udp: Set SOCK_RCU_FREE earlier in udp_lib_get_port()

In the Linux kernel, the following vulnerability has been resolved: udp: Set SOCKRCUFREE earlier in udplibgetport. syzkaller triggered the warning 0 in udpv4earlydemux. In udpv46earlydemux and sklookup, we do not touch the refcount of the looked-up sk and use sockpfree as skb-destructor, so we...

7.8CVSS6.7AI score0.00292EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/26 11:25 a.m.7 views

kernel: TIPC message reassembly use-after-free remote code execution vulnerability

A use-after-free UAF flaw exists in the Linux Kernel within the reassembly of fragmented TIPC messages, specifically in the tipcbufappend function. The issue results due to a lack of checks in the error handling cleanup and can trigger a UAF on "struct skbuff", which may lead to remote code...

9.8CVSS7.7AI score0.01305EPSS
SaveExploits1References6
NVD
NVD
added 2024/08/26 11:15 a.m.20 views

CVE-2024-44935

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseportaddsock. syzbot reported a null-ptr-deref while accessing sk2-skreuseportcb in reuseportaddsock. 0 The repro first creates a listener with SOREUSEPORT. Then, it creates another listener on the...

5.5CVSS0.00227EPSS
SaveExploits0References12
OSV
OSV
added 2024/08/23 6:54 p.m.19 views

GHSA-34QG-65M4-F23M Froxlor: /etc/pure-ftpd/db/mysql.conf is chmod 644 but contains <SQL_UNPRIVILEGED_PASSWORD>

Summary In Froxlor 2.1.9 and in the HEADs of the main, v2.2 and v2.1 branches , the XML templates in lib/configfiles/ set chmod 644 for /etc/pure-ftpd/db/mysql.conf, although that file contains . At least on Debian 12, all parent directories of /etc/pure-ftpd/db/mysql.conf are world readable by...

8.4CVSS7.4AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/08/23 6:54 p.m.15 views

Froxlor: /etc/pure-ftpd/db/mysql.conf is chmod 644 but contains <SQL_UNPRIVILEGED_PASSWORD>

Summary In Froxlor 2.1.9 and in the HEADs of the main, v2.2 and v2.1 branches , the XML templates in lib/configfiles/ set chmod 644 for /etc/pure-ftpd/db/mysql.conf, although that file contains . At least on Debian 12, all parent directories of /etc/pure-ftpd/db/mysql.conf are world readable by...

7.4AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/08/23 11:07 a.m.18 views

OESA-2024-2028 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: ipvlan: Dont Use skb-sk in ipvlanprocessv4,6outbound Raw packet from PFPACKET socket ontop of an IPv6-backed ipvlan device will hit WARNONONCE in skmcloop throug...

7.8CVSS6.5AI score0.00815EPSS
SaveExploits1References20
OSV
OSV
added 2024/08/23 11:07 a.m.7 views

OESA-2024-2027 qemu security update

QEMU is a FAST! processor emulator using dynamic translation to achieve good emulation speed. Security Fixes: A flaw was found in the QEMU NBD Server. This vulnerability allows a denial of service DoS attack via improper synchronization during socket closure when a client keeps a socket open as t...

7.5CVSS6.5AI score0.01027EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/08/23 12:00 a.m.4 views

PT-2024-40042 · Percona +2 · Percona +2

Name of the Vulnerable Software and Affected Versions: Froxlor versions 2.1.9 and earlier Description: The issue concerns the exposure of MySQL database credentials due to incorrect file permissions. In affected Froxlor instances configured to use pure-ftpd, the XML templates set chmod 644 for...

8.4CVSS7.8AI score
SaveExploits0References5
OSV
OSV
added 2024/08/22 7:40 p.m.31 views

BIT-VALKEY-2023-45145 Redis Unix-domain socket may have be exposed with the wrong permissions for a short time window.

Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, another process...

3.6CVSS5.5AI score0.00444EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/22 7:22 p.m.37 views

BIT-KEYDB-2023-45145 Redis Unix-domain socket may have be exposed with the wrong permissions for a short time window.

Redis is an in-memory database that persists on disk. On startup, Redis begins listening on a Unix socket before adjusting its permissions to the user-provided configuration. If a permissive umask2 is used, this creates a race condition that enables, during a short period of time, another process...

3.6CVSS6.1AI score0.00444EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/22 4:15 a.m.10 views

CVE-2024-45168

An issue was discovered in UCI IDOL 2 aka uciIDOL or IDOL2 through 2.12. Data is transferred over a raw socket without any authentication mechanism. Thus, communication endpoints are not verifiable...

9.1CVSS5.8AI score0.00691EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2024/08/22 12:00 a.m.21 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-41007)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-41007 advisory. - In the Linux kernel, the following vulnerability has been resolved: tcp: avoid too many retransmit packets I...

7.5CVSS6AI score0.00773EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/21 5:06 p.m.39 views

USN-6950-4 linux-hwe-5.15 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM32 architecture; - ARM64 architecture; - Block layer subsystem; - Bluetooth drivers; - Clock framework and...

9.8CVSS6.5AI score0.01305EPSS
SaveExploits2References50
OSV
OSV
added 2024/08/21 3:11 p.m.10 views

GO-2022-0457 Access to Unix domain socket can lead to privileges escalation in Cilium in github.com/cilium/cilium

Access to Unix domain socket can lead to privileges escalation in Cilium in github.com/cilium/cilium...

8.8CVSS8.5AI score0.00277EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/08/21 2:28 a.m.6 views

SUSE CVE-2024-43861

In the Linux kernel, the following vulnerability has been resolved: net: usb: qmiwwan: fix memory leak for not ip packets Free the unused skb when not ip packets arrive...

7.5CVSS6.4AI score0.00227EPSS
SaveExploits0References130
RedHat Linux
RedHat Linux
added 2024/08/21 12:34 a.m.13 views

kernel: bpf, sockmap: Don&#39;t let sock_map_{close,destroy,unhash} call itself

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sockmapclose,destroy,unhash call itself sockmap proto callbacks should never call themselves by design. Protect against bugs like 1 and break out of the recursive loop to avoid a stack overflow in favor of...

9.1CVSS6.8AI score0.01219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/08/21 12:06 a.m.33 views

CVE-2024-43873

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: always initialize seqpacketallow There are two issues around seqpacketallow: 1. seqpacketallow is not initialized when socket is created. Thus if features are never set, it will be read uninitialized. 2. if...

7.8CVSS5.7AI score0.00218EPSS
SaveExploits0
Rows per page
Query Builder