Lucene search
+L

84 matches found

Kitploit
Kitploit
added 2026/08/28 8:29 p.m.2 views

vulns

भेद्यता रिपोर्ट HN Security के परामर्श। https://hnsecurity.it/ Solaris HNS-2022-01-dtprintinfo. Solaris dtprintinfo और libXm/libXpm में कई भेद्यताएँ CVE-2022-46285, CVE-2023-24039, CVE-2023-24040। Zyxel HNS-2022-02-zyxel-zysh. Zyxel zysh में कई भेद्यताएँ CVE-2022-26531, CVE-2022-26532।...

10CVSS6.9AI score0.05673EPSS
SaveExploits19References5
Kitploit
Kitploit
added 2026/08/28 8:24 p.m.5 views

advisories

advisories "Tests können das Vorhandensein von Fehlern zeigen, aber nicht deren Abwesenheit." -- Edsger W. Dijkstra Eine Sammlung meiner öffentlichen Security-Advisories. Siehe auch https://github.com/hnsecurity/vulns https://hnsecurity.it/blog/author/marco-ivaldi/ Advisories Linux CVE-2006-1242...

9.8CVSS6.7AI score0.13399EPSS
SaveExploits20References23
Kitploit
Kitploit
added 2026/08/28 12:31 a.m.3 views

zephyr_cve-2021-3625

CVE-2021-3625 Questo repository contiene alcuni exploit di esempio per CVE-2021-3625. Tutti i dispositivi usb basati su Zephyr fino alla versione 2.5.0 inclusa soffrono di un buffer overflow che consente la lettura di fino a 65kB. A seconda del dispositivo effettivo ciò può comportare la perdita ...

9.8CVSS9AI score0.02312EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/08/27 7:46 p.m.2 views

CVE-2026-8023

CVE-2026-8023 — اجتياز المسار في HTTP static-fs في Zephyr PoC اجتياز المسار قبل المصادقة في معالج static-fs لخادم HTTP في Zephyr subsys/net/lib/http عند استخدام مطابقة الموارد باستخدام حرف البدل CONFIGHTTPSERVERRESOURCEWILDCARD=y مع HTTPRESOURCETYPESTATICFS. يؤثر على كلٍّ من HTTP/1.1 و HTTP/2...

7.5CVSS5.3AI score0.0087EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/08/27 4:46 a.m.2 views

zephyr

.. raw:: html Проект Zephyr — это масштабируемая операционная система реального времени RTOS, поддерживающая множество аппаратных архитектур, оптимизированная для устройств с ограниченными ресурсами и созданная с учётом требований безопасности. ОС Zephyr основана на компактном ядре, предназначенн...

5.3AI score
SaveExploits0References7
OSV
OSV
added 2026/08/26 2:03 p.m.6 views

CVE-2026-13481 Out-of-bounds read in PTP management TLV TIME parsing in Zephyr net PTP

The IEEE 1588 PTP management-message parser in subsys/net/lib/ptp/tlv.c mishandles the PTPMGMTTIME management id. In tlvmgmtpostrecv, the PTPMGMTTIME case casts mgmttlv-data to a 10-byte struct ptptimestamp and reads it then byte-swaps and writes it back without first checking that the TLV data...

5.4CVSS5.9AI score
SaveExploits0References5
OSV
OSV
added 2026/08/26 2:03 p.m.4 views

CVE-2026-13480 Out-of-bounds read in LoRaWAN fragmented data block transport (FUOTA) downlink handler

The LoRaWAN TS004 Fragmented Data Block Transport handler fragtransportpackagecallback in subsys/lorawan/services/fragtransport.c parses downlink command bytes without validating that enough payload bytes remain before each access. The loop's only bound is rxpos fragsize, capped at...

3.1CVSS6AI score
SaveExploits0References5
NVD
NVD
added 2026/08/25 5:17 p.m.8 views

CVE-2026-13217

The OCPP 1.6 client in subsys/net/lib/ocpp/ocpp.c reconstructs a session handle and PDU id from the uid field of a CALLRESULT message. In ocppprocessservermsg the code calls atoistrtokruid, "-", &tmp without checking the strtokr return value. When the server-supplied uid is empty or contains no -...

5.9CVSS0.00509EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/25 5:17 p.m.8 views

CVE-2026-13216

The virtio PCI driver drivers/virtio/virtiopci.c parses a device's PCI capability list during driver initialization. In virtiopcireadcap the device-supplied capability length byte caplen read from PCI config space via pcieconfread was only checked with asserttmp.caplen == capstructsize. That asse...

6.1CVSS0.00181EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 4:05 p.m.4 views

CVE-2026-13478 Out-of-bounds read in Zephyr ext2 block-bitmap validation from a crafted s_blocks_count

The Zephyr ext2 filesystem driver validates the on-disk block bitmap in ext2initfs subsys/fs/ext2/ext2impl.c by passing fsblocks = sblockscount - sfirstdatablock to ext2bitmapcountset. That helper subsys/fs/ext2/ext2bitmap.c treats its argument as a number of bits and reads one bitmap byte per...

5.5CVSS5.8AI score
SaveExploits0References5
OSV
OSV
added 2026/08/25 4:37 a.m.4 views

CVE-2026-13215 Zephyr ext2 mount: unvalidated superblock block size causes out-of-bounds write from a crafted filesystem image

The Zephyr ext2 filesystem driver fails to validate the slogblocksize field of the on-disk superblock when mounting a filesystem. ext2verifydisksuperblock in subsys/fs/ext2/ext2impl.c checks the magic number, revision, inode size and group counts, but never bounds slogblocksize. On a successful...

6.8CVSS6.1AI score
SaveExploits0References5
CVE
CVE
added 2026/08/25 4:37 a.m.26 views

CVE-2026-13214

A stack buffer overflow in the Zephyr RTOS OCPP 1.6 client (subsys/net/lib/ocpp/ocpp_j.c, function parse_getconfig_msg()) results from an unbounded strcpy() of an attacker-controlled JSON "key" string into a fixed 50-byte stack buffer (skey[CISTR50]). The key is parsed from a GetConfiguration mes...

9.8CVSS6.8AI score0.00511EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/24 5:10 p.m.8 views

EUVD-2026-65003

The Hearing Access Service HAS GATT server in subsys/bluetooth/audio/has.c installs a connection-callback set unconditionally via BTCONNCBDEFINE, so securitychanged runs for every connection that establishes security even before the application has called bthasregister. The service attribute...

5.3CVSS5.7AI score0.0017EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 3:43 p.m.14 views

CVE-2026-13343

CVE-2026-13343 affects the Zephyr RTOS UMP Stream responder library (lib/midi2/ump_stream_responder.c). The functions make_endpoint_info() and make_function_block_info() declare a local struct midi_ump without initialisation, populating only the first two of four uint32_t words. The remaining two...

5.3CVSS5.4AI score0.00234EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/24 2:28 p.m.35 views

CVE-2026-9728 TOCTOU race in mbox_send syscall verifier allows userspace to leak kernel memory

The userspace syscall verifier zvrfymboxsend in drivers/mbox/mboxhandlers.c validated the nested msg-data/msg-size fields by reading them directly out of live userspace memory, and then forwarded the original, still-mutable userspace struct mboxmsg pointer to zimplmboxsend and the underlying...

6.4CVSS0.00083EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/24 2:28 p.m.13 views

CVE-2026-9728

CVE-2026-9728 is a time-of-check/time-of-use (TOCTOU) race condition in the Zephyr RTOS userspace mailbox subsystem. The syscall verifier z_vrfy_mbox_send() in drivers/mbox/mbox_handlers.c validates msg->data/msg->size by reading them directly from live userspace memory, then forwards the o...

6.4CVSS5.4AI score0.00083EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/24 2:28 p.m.5 views

CVE-2026-9728 TOCTOU race in mbox_send syscall verifier allows userspace to leak kernel memory

The userspace syscall verifier zvrfymboxsend in drivers/mbox/mboxhandlers.c validated the nested msg-data/msg-size fields by reading them directly out of live userspace memory, and then forwarded the original, still-mutable userspace struct mboxmsg pointer to zimplmboxsend and the underlying...

6.4CVSS5.6AI score
SaveExploits0References5
NVD
NVD
added 2026/08/19 9:16 p.m.6 views

CVE-2026-12634

The NVS backend of the Zephyr settings subsystem subsys/settings/src/settingsnvs.c reads stored setting-name entries into fixed 74-byte stack buffers and NUL-terminates them with bufrc = '\0', where rc is the return value of nvsread. Per its contract, nvsread returns the full stored entry length...

5.3CVSS0.00105EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 8:37 p.m.42 views

CVE-2026-12634 Out-of-bounds stack write in the settings NVS backend from over-reported nvs_read length

The NVS backend of the Zephyr settings subsystem subsys/settings/src/settingsnvs.c reads stored setting-name entries into fixed 74-byte stack buffers and NUL-terminates them with bufrc = '\0', where rc is the return value of nvsread. Per its contract, nvsread returns the full stored entry length...

5.3CVSS0.00105EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 8:37 p.m.36 views

CVE-2026-12633 Out-of-bounds write in IPv6 6LoWPAN Context Option handling via unauthenticated Router Advertisement

The IPv6 neighbor-discovery code in subsys/net/ip/ipv6nbr.c processes the 6LoWPAN Context Option 6CO, RFC 6775 carried inside ICMPv6 Router Advertisements. In handlera6co the 8-bit contextlen field is taken directly from the packet and was never bounded to the RFC maximum of 128. The function...

8.1CVSS0.00214EPSS
SaveExploits0References2
Rows per page
Query Builder