Lucene search
+L

4692 matches found

Debian CVE
Debian CVE
added 2024/02/27 9:36 a.m.24 views

CVE-2021-46921

In the Linux kernel, the following vulnerability has been resolved: locking/qrwlock: Fix ordering in queuedwritelockslowpath While this code is executed with the waitlock held, a reader can acquire the lock without holding waitlock. The writer side loops checking the value with the...

7.8CVSS5.3AI score0.00235EPSS
SaveExploits0
Zero Day Initiative
Zero Day Initiative
added 2024/02/23 12:0 a.m.46 views

Linux Kernel ksmbd TCP Connection Race Condition Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Linux Kernel. Authentication is not required to exploit this vulnerability. However, only systems with ksmbd enabled are vulnerable. The specific flaw exists within the handling of TCP connection and...

9CVSS7.5AI score0.00973EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/02/14 12:0 a.m.10 views

PT-2024-1718 · Freebsd · Freebsd

Name of the Vulnerable Software and Affected Versions: FreeBSD affected versions not specified Description: The issue is related to incorrect process locking in the jail2 system call, which can lead to an information leak about processes outside the current jail. An attacker can exploit this to...

7.8CVSS6AI score0.00181EPSS
SaveExploits0References12
Ubuntu
Ubuntu
added 2024/02/07 8:16 p.m.98 views

USN-6624-1: Linux kernel vulnerabilities

Marek Marczykowski-Górecki discovered that the Xen event channel infrastructure implementation in the Linux kernel contained a race condition. An attacker in a guest VM could possibly use this to cause a denial of service paravirtualized device unavailability. CVE-2023-34324 Zheng Wang discovered...

7.8CVSS7.2AI score0.00888EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.76 views

Important: Red Hat Security Advisory: kernel security and bug fix update

An update for kernel is now available for Red Hat Enterprise Linux 8.8 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

10CVSS7.2AI score0.09141EPSS
SaveExploits3References30
RedHat Linux
RedHat Linux
added 2024/01/30 12:37 a.m.11 views

kernel: use after free in unix_stream_sendpage

A use-after-free flaw was found in the Linux kernel's afunix component that allows local privilege escalation. The unixstreamsendpage function tries to add data to the last skb in the peer's recv queue without locking the queue. This issue leads to a race condition where the unixstreamsendpage...

7.8CVSS6.7AI score0.00549EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2024/01/30 12:0 a.m.16 views

PT-2024-21468

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a circular locking dependency in the KVM Kernel-based Virtual Machine component of the Linux kernel, specifically on arm64 architectures. The problem arises becau...

5.5CVSS5.5AI score0.00183EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/01/25 11:14 a.m.10 views

kernel: use after free in unix_stream_sendpage

A use-after-free flaw was found in the Linux kernel's afunix component that allows local privilege escalation. The unixstreamsendpage function tries to add data to the last skb in the peer's recv queue without locking the queue. This issue leads to a race condition where the unixstreamsendpage...

7.8CVSS6.7AI score0.00549EPSS
SaveExploits1References5
BDU FSTEC
BDU FSTEC
added 2024/01/25 12:0 a.m.9 views

Vulnerability of the sctp_auto_asconf_init function in the Linux operating system’s kernel, which allows a hacker to trigger a service failure

The vulnerability of the sctpautoasconfinit function net/sctp/socket.c in the Linux operating system is related to the occurrence of mutual locking. Exploiting this vulnerability could allow a attacker to cause a service failure...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References21Affected Software4
BDU FSTEC
BDU FSTEC
added 2024/01/24 12:0 a.m.9 views

The vulnerability of the `tipc_crypto_key_revoke` function in the `net/tipc/crypto.c` module of the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the tipccryptokeyrevoke function in the net/tipc/crypto.c module of the Linux kernel is related to the occurrence of mutual locking. Exploiting this vulnerability could allow a attacker to cause a service failure...

5.5CVSS6.1AI score0.00161EPSS
SaveExploits0References23Affected Software4
Positive Technologies
Positive Technologies
added 2024/01/24 12:0 a.m.12 views

PT-2024-21510

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to a potential deadlock at set capacity in the Linux kernel. This occurs due to an interrupt unsafe locking scenario where aoeblk gdalloc holds &d-lock and attempts ...

5.5CVSS5.5AI score0.00184EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/01/22 12:0 a.m.22 views

Debian dla-3714 : keystone - security update

The remote Debian 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the dla-3714 advisory. - ------------------------------------------------------------------------- Debian LTS Advisory DLA-3714-1 [email protected]...

7.5CVSS6.8AI score0.02457EPSS
SaveExploits2References6
Positive Technologies
Positive Technologies
added 2024/01/15 12:0 a.m.6 views

PT-2024-9840

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.7.5 Description A vulnerability in the Linux kernel has been identified, which can cause a deadlock when using bcachefs with compression. The issue arises when snapshotting a mongodb data volume, resulting in a...

5.5CVSS5.8AI score0.00148EPSS
SaveExploits0References24
Code423n4
Code423n4
added 2024/01/08 12:0 a.m.31 views

MALICIOUS USER CAN DoS A NORMAL USER FROM LOCKING THE OLAS TOKENS FOR A SHORTER PERIOD OF TIME, TO GET VOTING POWER

Lines of code Vulnerability details Impact The veOLAS.createLockFor function is used to deposit amount of OLAS tokens for account and locks for unlockTime. The createLockFor is an external function which can be called by any user since there is no access control. Hence any user can create a lock...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2024/01/08 12:0 a.m.26 views

veOLAS.sol : PointVoting's slope and bias values are reset to zero when depositing for another account.

Lines of code Vulnerability details Impact Since the bias vote weight and slope are reset, the voting power of as user is nullified. Proof of Concept veOLAS.sol is escrow based contract where the OLAs tokens are locked for certain amount of time in order to gain the voting power. This voting powe...

7.4AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2023/12/07 2:5 a.m.4 views

SUSE CVE-2023-42917

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 17.1.2 and iPadOS 17.1.2, macOS Sonoma 14.1.2, Safari 17.1.2. Processing web content may lead to arbitrary code execution. Apple is aware of a report that this issue may have been exploited against...

7.5CVSS7.7AI score0.0937EPSS
SaveExploits0References8
Spring Security Advisories
Spring Security Advisories
added 2023/12/05 12:0 a.m.36 views

This Week in Spring - December 5th, 2023

Hi, Spring fans! Welcome to another installment of This Week in Spring! today, Spring Cloud, based on Spring Boot 3.2, goes GA! Don't miss this! I love this blog by Spring Framework legend Sébastien Deleuze on CDS with Spring Framework 6.1 I really enjoyed this discussion with Spring Security...

7.1AI score
SaveExploits0
OSV
OSV
added 2023/11/30 11:15 p.m.1 views

DEBIAN-CVE-2023-42917

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 17.1.2 and iPadOS 17.1.2, macOS Sonoma 14.1.2, Safari 17.1.2. Processing web content may lead to arbitrary code execution. Apple is aware of a report that this issue may have been exploited against...

8.8CVSS8.8AI score0.0937EPSS
SaveExploits0References1
OSV
OSV
added 2023/11/30 11:15 p.m.9 views

UBUNTU-CVE-2023-42917

A memory corruption vulnerability was addressed with improved locking. This issue is fixed in iOS 17.1.2 and iPadOS 17.1.2, macOS Sonoma 14.1.2, Safari 17.1.2. Processing web content may lead to arbitrary code execution. Apple is aware of a report that this issue may have been exploited against...

8.8CVSS7.5AI score0.0937EPSS
SaveExploits0References8
NVD
NVD
added 2023/11/30 5:15 p.m.30 views

CVE-2023-34390

An input validation vulnerability in the Schweitzer Engineering Laboratories SEL-451 could allow a remote authenticated attacker to create a denial of service against the system and locking out services. See product Instruction Manual Appendix A dated 20230830 for more details...

6.5CVSS0.00664EPSS
SaveExploits0References2
Rows per page
Query Builder