Lucene search
+L

37 matches found

Kitploit
Kitploit
•added 2026/09/25 8:34 a.m.•8 views

2022-LPE-UAF

2022-LPE-UAF Código PoC sin probar Investigadores de seguridad descubrieron 3 vulnerabilidades en el kernel de Linux que podrían permitir a un atacante local elevar privilegios y potencialmente ejecutar código malicioso. El código de prueba de concepto está disponible públicamente, lo que aumenta...

7.8CVSS7.1AI score0.10202EPSS
SaveExploits7References1
Kitploit
Kitploit
•added 2026/09/24 1:54 p.m.•9 views

poc-CVE-2025-38352

🚀 poc-CVE-2025-38352 - Descarga fácil para una herramienta de seguridad 📥 Descargar ahora 📖 Resumen Esta aplicación es una prueba de concepto para CVE-2025-38352. Demuestra una vulnerabilidad en la implementación de los temporizadores de CPU POSIX del kernel de Linux. El boletín de Android de...

7.8CVSS7AI score0.01297EPSS
SaveExploits9References1
Kitploit
Kitploit
•added 2026/09/21 5:29 p.m.•10 views

chronomaly-webos

Chronomaly — CVE-2025-38352 en LG webOS Exploit de kernel para CVE-2025-38352 condición de carrera de temporizador POSIX CPU / use-after-free que consigue root persistente en Smart TVs LG webOS con kernel 5.4.268 en ARM64. Verificado en 4 modelos de TV en múltiples versiones de firmware. Divulgad...

7.8CVSS7.1AI score0.01297EPSS
SaveExploits9References6
Kitploit
Kitploit
•added 2026/09/19 7:29 p.m.•10 views

CVE-2025-38352-PoC

CVE-2025-38352: Condición de carrera TOCTOU y UAF en el temporizador POSIX de CPU del kernel de Linux Un Proof-of-Concept PoC reproducible y un script de orquestación automatizada de GDB para CVE-2025-38352 , una condición de carrera Time-of-Check to Time-of-Use TOCTOU en el subsistema de...

7.8CVSS6.9AI score0.01297EPSS
SaveExploits9References2
Kitploit
Kitploit
•added 2026/09/19 6:19 a.m.•10 views

2022-LPE-UAF

2022-LPE-UAF Código POC no probado Investigadores de seguridad descubrieron 3 vulnerabilidades en el kernel de Linux que podrían permitir a un atacante local elevar privilegios y potencialmente ejecutar código malicioso. El código de prueba de concepto está disponible públicamente, lo que aumenta...

7.8CVSS7.1AI score0.10202EPSS
SaveExploits7References1
AstraLinux
AstraLinux
•added 2026/09/14 12:01 p.m.•7 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Clean up CPU timers before freeing them during exec. The commit 55e8c8eb2c7b “posix-cpu-timers: Store a reference to a pid instead of a task” introduced a mechanism to retrieve tasks by PID when deleting a CPU...

7.8CVSS6AI score0.00252EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/08/28 1:01 a.m.•10 views

SUSE CVE-2026-72068

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

5.8AI score0.0022EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/17 12:00 a.m.•9 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-100140)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-100140 advisory. In the Linux kernel, the following vulnerability has been resolved: apparmor: fix rlimit for posix cpu timers Posix cpu timers requires an additional step beyond...

7.3CVSS6.7AI score0.00162EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/08/15 5:52 a.m.•26 views

CVE-2026-72068 posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in updaterlimitcpu updaterlimitcpu converts the RLIMITCPU value to nanoseconds with u64 nsecs = rlimnew NSECPERSEC; On 32-bit kernels both rlimnew unsigned long and NSECPERSEC 1000000000L...

0.0022EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•13 views

PT-2026-72257

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Use u64 multiplication in update rlimit cpu update rlimit cpu converts the RLIMIT CPU value to nanoseconds with u64 nsecs = rlim new NSEC PER SEC; On 32-bit kernels both rlim new unsigned long and NSEC PER SEC...

5.3AI score0.0022EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
•added 2026/07/30 2:45 a.m.•11 views

CVE-2026-64560

A flaw was found in the Linux kernel's CPU timer functionality. A race condition, which is a timing issue between different operations, can occur when a process attempts to delete a timer while another operation is still trying to access it. This can lead to a Use-After-Free UAF vulnerability,...

7.8CVSS5.8AI score0.00184EPSS
SaveExploits6References4
attackerkb
attackerkb
•added 2026/07/29 4:47 p.m.•13 views

CVE-2026-64560

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Prevent UAF caused by non-leader exec race Wongi and Jungwoo decoded and reported a non-leader exec related race which can result in an UAF: systimerdelete exec posixcputimerdel // Observes old leader p =...

7.8CVSS5.7AI score0.00184EPSS
SaveExploits6References9Affected Software1
SUSE CVE
SUSE CVE
•added 2026/07/25 4:00 p.m.•13 views

SUSE CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

4.7CVSS5.7AI score0.00125EPSS
SaveExploits0References3
NVD
NVD
•added 2026/07/25 10:17 a.m.•19 views

CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.5CVSS0.00125EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•17 views

CVE-2026-64370

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References20
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•46 views

CVE-2026-64370 posix-cpu-timers: Fix pid refcount leak in do_cpu_nanosleep() error path

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in timer.it.cpu.pid. If the subsequent posixcputimerset call fails, the...

0.00125EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/07/25 12:00 a.m.•26 views

PT-2026-64591

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A pid refcount leak occurs in the do cpu nanosleep function. The posix cpu timer create function acquires a pid reference using get pid and stores it in timer.it.cpu.pid. If the followin...

5.5CVSS5.5AI score0.00125EPSS
SaveExploits0
OSV
OSV
•added 2026/03/04 9:41 a.m.•11 views

SUSE-SU-2026:20635-1 Security update for the Linux Kernel (Live Patch 0 for SUSE Linux Enterprise 16)

This update for the SUSE Linux Enterprise kernel 6.12.0-160000.5.1 fixes various security issues The following security issues were fixed: - CVE-2025-38352: posix-cpu-timers: fix race between handleposixcputimers and posixcputimerdel bsc1249205. - CVE-2025-39698: iouring/futex: ensure iofutexwait...

8.1CVSS6.6AI score0.01297EPSS
SaveExploits9References13
RedHat Linux
RedHat Linux
•added 2025/09/15 1:36 p.m.•24 views

kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()

A race condition was found in the Linux kernel’s POSIX CPU timer handling, where handleposixcputimers may run concurrently with posixcputimerdel on an exiting task which could result in use-after-free scenarios. An attacker with local user access could use this flaw to crash or escalate their...

7.8CVSS7.2AI score0.01297EPSS
SaveExploits9References6
RedHat Linux
RedHat Linux
•added 2025/09/11 6:45 a.m.•19 views

kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()

A race condition was found in the Linux kernel’s POSIX CPU timer handling, where handleposixcputimers may run concurrently with posixcputimerdel on an exiting task which could result in use-after-free scenarios. An attacker with local user access could use this flaw to crash or escalate their...

7.8CVSS7.2AI score0.01297EPSS
SaveExploits9References6
Rows per page
Query Builder