Lucene search
+L

210 matches found

Kitploit
Kitploit
added 2026/09/05 2:07 p.m.7 views

CVE-2025-5419

CVE-2025-5419 V8 में गलत Turboshaft Store-Store Elimination के कारण उत्पन्न एक uninitialized read भेद्यता। इस रिपॉज़िटरी में इस भेद्यता को बढ़ाकर in-V8-sandbox Arbitrary Read / Write, AddressOf और FakeObject प्रिमिटिव्स प्राप्त करने के लिए विश्लेषण और स्थिरीकृत एक्सप्लॉइट शामिल है। विश्लेषण:...

8.8CVSS8.5AI score0.07821EPSS
SaveExploits3References2
Tenable Nessus
Tenable Nessus
added 2026/08/31 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-80711

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - power: supply: max17040: handle missing status supplier MAX17040 does not report charger state itself, so the driver forwards POWERSUPPLYPROPSTATUS to a supplie...

5.9AI score0.00156EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/30 3:58 p.m.5 views

CVE-2015-8710

أداة إعادة الإنتاج يعود الفضل إلى Mike Dalessio وFrancois Chagnon وFlorian Weingarten وJun Kokatsu. انظر BZ 746048 البناء على لينكس root@kitploit: $ cmake ../CVE-2015-8710/ -G "Unix Makefiles" -DLIBXML2LIBRARIES=/path/to/your/library/libxml2.so.2...

9.8CVSS8.3AI score0.04925EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.4 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: f2fs-tools (UTSA-2026-093579)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-093579 advisory. An exploitable information disclosure vulnerability exists in the devread functionality of F2fs-Tools F2fs.Fsck 1.13. A specially crafted f2fs filesystem can cause a...

5.5CVSS6.2AI score0.01496EPSS
SaveExploits1References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in Qemu

In QEMU, the softmmu/physmem.c file, versions up to 7.0.0, can perform an uninitialized read on the translatefail path, resulting in an ioreadx or iowritex crash. NOTE: A third-party report states that the “Non-virtualization Use Case” described in the qemu.org reference applies here. In other...

8.8CVSS7.6AI score0.00664EPSS
SaveExploits1References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.5 views

Astra Linux – Vulnerability in Firefox and Thunderbird

When reading a file, an uninitialized value might have been used as the read limit. This vulnerability affects Firefox 113, Firefox ESR 102.11, and Thunderbird 102.11...

8.8CVSS7.1AI score0.00753EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 1:47 p.m.6 views

MINI-C8VH-JFQV-CG3F

Bulletin has no description...

8.4CVSS4.9AI score0.00107EPSS
SaveExploits0
OSV
OSV
added 2026/08/17 1:39 p.m.9 views

MINI-HM69-FFJV-2H94

Bulletin has no description...

7.5CVSS5AI score0.00568EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 1:17 p.m.11 views

AZL-96473 CVE-2026-74508 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

8.8CVSS5.8AI score0.00262EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/15 1:17 p.m.10 views

CVE-2026-74507

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidpgetrawreport waits for a numbered report, hidpprocessdata compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA transactio...

7.1CVSS5.5AI score0.00242EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:22 a.m.9 views

UBUNTU-CVE-2026-72396

In the Linux kernel, the following vulnerability has been resolved: hwmon: adm1275: Prevent reading uninitialized stack While adding support for the ROHM BD127X0 hot-swap controllers, sashiko reported an error in device-name comparison, which can lead to reading uninitialized stack memory. Quotin...

5.3AI score0.0022EPSS
SaveExploits0References11
NVD
NVD
added 2026/08/15 6:21 a.m.8 views

CVE-2026-72095

In the Linux kernel, the following vulnerability has been resolved: dma-fence: Make dmafencededuparray robust against 0-count input dmafencededuparray returns 1 when called with numfences == 0: the for-loop body never executes, j stays at 0, and the final return ++j yields 1. This contradicts bot...

7.8CVSS0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.34 views

CVE-2026-74399 evm: terminate and bound the evm_xattrs read buffer

In the Linux kernel, the following vulnerability has been resolved: evm: terminate and bound the evmxattrs read buffer evmreadxattrs allocates size + 1 bytes, fills them from the list of enabled xattrs, and then passes strlentemp to simplereadfrombuffer. When no configured xattrs are enabled, the...

0.00173EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:59 a.m.40 views

CVE-2026-74399

The CVE-2026-74399 issue concerns the Linux kernel evm subsystem, specifically evm_read_xattrs. The function allocates a buffer for xattrs and, when no configured xattrs are enabled, leaves temp[0] uninitialized, causing strlen(temp) to read past initialized memory. The fix terminates the buffer ...

5.6AI score0.00173EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:56 a.m.11 views

EUVD-2026-59343

In the Linux kernel, the following vulnerability has been resolved: flowdissector: check device type before reading ETHADDRS skbflowdissect unconditionally reads 12 bytes from ethhdrskb when FLOWDISSECTORKEYETHADDRS is requested. This assumes the skb has a valid Ethernet header at macheader, whic...

5.5AI score0.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.35 views

CVE-2026-72396 hwmon: adm1275: Prevent reading uninitialized stack

In the Linux kernel, the following vulnerability has been resolved: hwmon: adm1275: Prevent reading uninitialized stack While adding support for the ROHM BD127X0 hot-swap controllers, sashiko reported an error in device-name comparison, which can lead to reading uninitialized stack memory. Quotin...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:56 a.m.35 views

CVE-2026-72396 hwmon: adm1275: Prevent reading uninitialized stack

In the Linux kernel, the following vulnerability has been resolved: hwmon: adm1275: Prevent reading uninitialized stack While adding support for the ROHM BD127X0 hot-swap controllers, sashiko reported an error in device-name comparison, which can lead to reading uninitialized stack memory. Quotin...

5.4AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.14 views

PT-2026-73016

In the Linux kernel, the following vulnerability has been resolved: netfilter: xt hashlimit: validate hashtable supports XT HASHLIMIT RATE MATCH The XT HASHLIMIT RATE MATCH flag mode changes the semantics of the dsthash ent structure which represents an entry in the hashtable. There is a union ar...

5.4AI score0.00118EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/12 12:07 a.m.55 views

CVE-2026-68433

The CVE-2026-68433 vulnerability affects the Linux kernel’s libceph code path. Specifically, handle_get_version_reply() incorrectly uses the decode boundary defined by msg->front_alloc_len (the size of the reused reply buffer) instead of the actual received data length, allowing a truncated MO...

8.6CVSS5.5AI score0.00291EPSS
SaveExploits0References8
RustSec
RustSec
added 2026/08/11 12:00 p.m.21 views

Panic-safety unsoundness in `SplitVec::extend_from_slice` (uninitialized read)

SplitVec::extendfromslice increments the logical length self.len before cloning the incoming elements into the reserved slots. If an element's Clone panics mid-fill, unwinding leaves self.len counting slots that were never initialized. A later safe read get, indexing, iter then reads one of those...

5.3AI score
SaveExploits0Affected Software1
Rows per page
Query Builder