cve/2010/CVE-2010-4083.md
2024-06-18 02:51:15 +02:00

910 B

CVE-2010-4083

Description

The copy_semid_to_user function in ipc/sem.c in the Linux kernel before 2.6.36 does not initialize a certain structure, which allows local users to obtain potentially sensitive information from kernel stack memory via a (1) IPC_INFO, (2) SEM_INFO, (3) IPC_STAT, or (4) SEM_STAT command in a semctl system call.

POC

Reference

Github

No PoCs found on GitHub currently.