Lucene search
+L

7524 matches found

RedHat Linux
RedHat Linux
added 2024/04/17 11:49 a.m.13 views

OpenJDK: long Exception message leading to crash (8319851)

A flaw was found in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Hotspot. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalV...

3.7CVSS7.1AI score0.01372EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/17 11:49 a.m.80 views

Moderate: Red Hat Security Advisory: OpenJDK 17.0.11 Security Update for Windows Builds

An update is now available for OpenJDK. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE links in the References...

3.7CVSS6.7AI score0.01372EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/04/17 11:40 a.m.11 views

OpenJDK: long Exception message leading to crash (8319851)

A flaw was found in the Oracle Java SE, Oracle GraalVM for JDK, Oracle GraalVM Enterprise Edition product of Oracle Java SE component: Hotspot. Difficult to exploit vulnerability allows unauthenticated attacker with network access via multiple protocols to compromise Oracle Java SE, Oracle GraalV...

3.7CVSS7.1AI score0.01372EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.36 views

CVE-2024-26851

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackh323: Add protection for bmp length out of range UBSAN load reports an exception of BRK5515 SHIFTISSUE:Bitwise shifts that are out of bounds for their data type. vmlinux getbitmapb=75 + 712 vmlinux...

7.5CVSS5.9AI score0.00735EPSS
SaveExploits0References28
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.18 views

CVE-2024-26906 x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Disallow vsyscall page read for copyfromkernelnofault When trying to use copyfromkernelnofault to read vsyscall page through a bpf program, the following oops was reported: BUG: unable to handle page fault for address:...

6.2AI score0.00253EPSS
SaveExploits0References6
CVE
CVE
added 2024/04/17 10:27 a.m.204 views

CVE-2024-26906

CVE-2024-26906 : In the Linux kernel, x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault(). A bpf program reading the vsyscall page with bpf_probe_read_kernel() can trigger copy_from_kernel_nofault(), which calls __get_user_asm() and may fault because the vsyscall page is not readab...

5.5CVSS5.8AI score0.00253EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.23 views

CVE-2024-26902 perf: RISCV: Fix panic on pmu overflow handler

In the Linux kernel, the following vulnerability has been resolved: perf: RISCV: Fix panic on pmu overflow handler 1 idx of int is not desired when setting bits in unsigned long overflowedctrs, use BIT instead. This panic happens when running 'perf record -e branches' on sophgo sg2042. 273.311852...

6.9AI score0.00238EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/04/17 10:17 a.m.20 views

CVE-2024-26851 netfilter: nf_conntrack_h323: Add protection for bmp length out of range

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconntrackh323: Add protection for bmp length out of range UBSAN load reports an exception of BRK5515 SHIFTISSUE:Bitwise shifts that are out of bounds for their data type. vmlinux getbitmapb=75 + 712 vmlinux...

7.5CVSS6.7AI score0.00735EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/17 10:17 a.m.171 views

CVE-2024-26851

CVE-2024-26851: Linux kernel nf_conntrack_h323 decoding bug fixed. UBSAN reported negative/out-of-bounds shifts when decoding Ras messages due to abnormal skb->data; patch adds protection to keep extension bitmap length

7.5CVSS6.5AI score0.00735EPSS
SaveExploits0References11Affected Software1
UbuntuCve
UbuntuCve
added 2024/04/17 10:15 a.m.27 views

CVE-2024-26842

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix shift issue in ufshcdclearcmd When tasktag = 32 in MCQ mode and sizeofunsigned int == 4, 1U Workqueue: ufsehwq0 ufshcderrhandler Call trace: dumpbacktrace+0xf8/0x144 showstack+0x18/0x24 dumpstacklvl+0x78/0x9c...

7.8CVSS6.3AI score0.00236EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/17 10:10 a.m.46 views

CVE-2024-26842 scsi: ufs: core: Fix shift issue in ufshcd_clear_cmd()

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix shift issue in ufshcdclearcmd When tasktag = 32 in MCQ mode and sizeofunsigned int == 4, 1U Workqueue: ufsehwq0 ufshcderrhandler Call trace: dumpbacktrace+0xf8/0x144 showstack+0x18/0x24 dumpstacklvl+0x78/0x9c...

6.6AI score0.00236EPSS
SaveExploits0References3
NVD
NVD
added 2024/04/17 9:15 a.m.21 views

CVE-2024-24856

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

5.3CVSS5.3AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 9:15 a.m.13 views

CVE-2024-24856

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

6.5AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/17 9:15 a.m.24 views

CVE-2024-24856

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

5.3CVSS6.1AI score0.00172EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/17 8:34 a.m.43 views

CVE-2024-24856 NULL pointer deference in acpi_db_convert_to_package of Linux acpi module

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

5.3CVSS5.6AI score0.00172EPSS
SaveExploits0References1
CVE
CVE
added 2024/04/17 8:34 a.m.99 views

CVE-2024-24856

CVE-2024-24856 concerns a Linux kernel ACPI issue where ACPI_ALLOCATE_ZEROED may return NULL and the code dereferences it without checking. The vulnerability leads to a NULL pointer dereference in the ACPI subsystem (notably in modules such as Linux kernel’s ACPI handling). The documented remedia...

5.3CVSS6.8AI score0.00172EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/04/17 8:34 a.m.64 views

CVE-2024-24856

The memory allocation function ACPIALLOCATEZEROED does not guarantee a successful allocation, but the subsequent code directly dereferences the pointer that receives it, which may lead to null pointer dereference. To fix this issue, a null pointer check should be added. If it is null, return...

5.3CVSS5.6AI score0.00172EPSS
SaveExploits0
Packet Storm
Packet Storm
added 2024/04/16 12:0 a.m.310 views

Backdoor.Win32.Dumador.c MVID-2024-0679 Buffer Overflow

Discovery / credits: Malvuln John Page aka hyp3rlinx c 2024 Original source: https://malvuln.com/advisory/6cc630843cabf23621375830df474bc5.txt Contact: [email protected] Media: twitter.com/malvuln Threat: Backdoor.Win32.Dumador.c Vulnerability: Remote Stack Buffer Overflow SEH Description: The...

7.4AI score
SaveExploits0
CNNVD
CNNVD
added 2024/04/16 12:0 a.m.6 views

Juniper Networks Junos OS 安全漏洞

Juniper Networks Junos OS is a Juniper Networks network operating system for the company's hardware devices. The OS provides a secure programming interface and the Junos SDK. A security vulnerability exists in Juniper Networks Junos OS and Junos OS Evolved that stems from mishandling of an...

7.1CVSS6.7AI score0.00309EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/04/16 12:0 a.m.8 views

The vulnerability of the Envoy proxy server, related to an unintercepted exception, allows a malicious actor to trigger an emergency termination of the application.

The vulnerability of the Envoy proxy server is related to an unintercepted exception. Exploiting this vulnerability allows a malicious actor, operating remotely, to cause an unexpected termination of the application...

7.8CVSS6.8AI score0.00751EPSS
SaveExploits0References4Affected Software2
Rows per page
Query Builder