Lucene search
+L

13652 matches found

Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.10 views

PT-2025-54223

Name of the Vulnerable Software and Affected Versions WasmEdge versions prior to 0.16.0-alpha.3 Description WasmEdge is a WebAssembly runtime. A multiplication operation within WasmEdge/include/runtime/instance/memory.h can result in a wrap-around, leading the checkAccessBound function to...

7.5CVSS5.8AI score0.00296EPSS
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.5 views

PT-2026-5995

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel related to the dmaengine subsystem, specifically within the Xilinx XDMA driver. The max register field is incorrectly assigned the size of the registe...

6.5AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.9 views

PT-2025-54220

Name of the Vulnerable Software and Affected Versions matio version 1.5.28 Description A memory corruption issue exists in the Mat VarCreateStruct function when the nfields value does not align with the actual number of strings within the fields array. This discrepancy can result in out-of-bounds...

9.8CVSS6.5AI score0.00364EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2026-21540

Name of the Vulnerable Software and Affected Versions strukturag libde265 versions prior to commit d9fea9d Description A segmentation fault exists in strukturag libde265 due to an issue within the decoder context::compute framedrop table component. This can lead to a program crash. Recommendation...

6.2CVSS5.2AI score0.00159EPSS
SaveExploits1References34
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.7 views

PT-2025-40087

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a flaw in the tcp bpf subsystem where sk msg free was not called when tcp bpf send verdict failed to allocate memory for psock-cork. This could lead to memory...

7.8CVSS8.2AI score0.00171EPSS
SaveExploits2
OSV
OSV
added 2024/12/31 9:15 a.m.4 views

CVE-2024-49422

Protection Mechanism Failure in bootloader prior to SMR Oct-2024 Release 1 allows physical attackers to reset lockscreen failure count by hardware fault injection. User interaction is required for triggering this vulnerability...

3.9CVSS5.8AI score
SaveExploits0References1
NVD
NVD
added 2024/12/31 9:15 a.m.33 views

CVE-2024-49422

Protection Mechanism Failure in bootloader prior to SMR Oct-2024 Release 1 allows physical attackers to reset lockscreen failure count by hardware fault injection. User interaction is required for triggering this vulnerability...

5.2CVSS0.00197EPSS
SaveExploits0References1
Prion
Prion
added 2024/12/31 9:15 a.m.17 views

CVE-2024-49422

Protection Mechanism Failure in bootloader prior to SMR Oct-2024 Release 1 allows physical attackers to reset lockscreen failure count by hardware fault injection. User interaction is required for triggering this vulnerability...

0.00197EPSS
SaveExploits0References1
CVE
CVE
added 2024/12/31 8:39 a.m.69 views

CVE-2024-49422

CVE-2024-49422 describes a protection mechanism failure in the bootloader of Samsung mobile devices. Prior to SMR Oct-2024 Release 1, the bootloader protection can be bypassed by a hardware fault injection, allowing a physical attacker to reset the lockscreen failure count. The exploit requires u...

5.2CVSS6.9AI score0.00197EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2024/12/31 8:39 a.m.30 views

CVE-2024-49422

Protection Mechanism Failure in bootloader prior to SMR Oct-2024 Release 1 allows physical attackers to reset lockscreen failure count by hardware fault injection. User interaction is required for triggering this vulnerability...

5.2CVSS0.00197EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/12/31 12:00 a.m.7 views

PT-2024-33533

Name of the Vulnerable Software and Affected Versions Bootloader versions prior to SMR Oct-2024 Release 1 Description A failure in the protection mechanism of the bootloader allows physical attackers to reset the lockscreen failure count by injecting a hardware fault. This issue requires user...

5.2CVSS5.3AI score0.00197EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2024/12/31 12:00 a.m.8 views

SAMSUNG Mobile devices 安全漏洞

SAMSUNG Mobile devices are a range of Samsung mobile devices, including cell phones, tablets, etc. from the South Korean company Samsung SAMSUNG. A security vulnerability exists in SAMSUNG Mobile devices, which stems from a failure in the bootloader protection mechanism, allowing a physical...

5.2CVSS6.3AI score0.00197EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2024/12/30 4:24 p.m.13 views

CVE-2024-56686

In the Linux kernel, the following vulnerability has been resolved: ext4: fix race in bufferhead read fault injection When I enabled ext4 debug for fault injection testing, I encountered the following warning: EXT4-fs error device sda: ext4readinodebitmap:201: comm fsstress: Cannot read inode...

5.5CVSS7.5AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:57 p.m.14 views

CVE-2024-56708

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

4.4CVSS6.8AI score0.0025EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:52 p.m.16 views

CVE-2024-56678

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copyfromkernelnofault can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which when read via copyfromkernelnofault can cause page...

6.7CVSS6.8AI score0.00224EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:48 p.m.15 views

CVE-2024-56611

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix migratetonode assuming there is at least one VMA in a MM We currently assume that there is at least one VMA in a MM, which isn't true. So we might end up having findvma return NULL, to then de-reference NULL. So...

5.5CVSS6.7AI score0.00206EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/12/29 2:39 p.m.15 views

CVE-2024-56550

A vulnerability was found in the archstackwalkusercommon function in the Linux kernel's S390 stack trace component, where a logic error can cause a missing pagefaultenable call. This occurs due to a return statement being used instead of a break, leading to unresolved page faults that can termina...

6.5CVSS6.3AI score0.00188EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.6 views

SUSE CVE-2024-56678

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm/fault: Fix kfence page fault reporting copyfromkernelnofault can be called when doing read of /proc/kcore. /proc/kcore can have some unmapped kfence objects which when read via copyfromkernelnofault can cause page...

6.7CVSS7.8AI score0.00224EPSS
SaveExploits0References16
NVD
NVD
added 2024/12/28 10:15 a.m.25 views

CVE-2024-56708

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

7.8CVSS0.0025EPSS
SaveExploits0References7
NVD
NVD
added 2024/12/28 10:15 a.m.13 views

CVE-2024-56693

In the Linux kernel, the following vulnerability has been resolved: brd: defer automatic disk creation until module initialization succeeds My colleague Wupeng found the following problems during fault injection: BUG: unable to handle page fault for address: fffffbfff809d073 PGD 6e648067 P4D...

7.8CVSS0.00243EPSS
SaveExploits0References7
Rows per page
Query Builder