4 matches found
ReconCat
Recon Cat ========================================= Introducción Una pequeña aplicación PHP para obtener instantáneas de URL de archivo de archive.org. usándola puedes obtener una lista completa de URLs de instantáneas de cualquier año o la lista completa de todos los años posibles. Hecha...
EUVD-2026-82260
In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...
CVE-2026-93152 nvme-apple: Use acquire/release for queue enabled state
In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...
CVE-2026-93152
CVE-2026-93152 is a memory ordering bug in the Linux kernel's nvme-apple driver. The function apple_nvme_init_queue() initializes queue state and then marks the queue as enabled using WRITE_ONCE(enabled, true) followed by wmb(). However, a wmb() does not guarantee that the earlier initialization ...