Lucene search
+L

17 matches found

Kitploit
Kitploit
added 2026/09/21 12:30 p.m.11 views

CVE-2013-6282

빌드: Android NDK를 다운로드하세요, 예: https://dl.google.com/android/repository/android-ndk-r10e-linux-x8664.zip 저는 android-ndk-10d를 사용했습니다 압축을 풀고 ndk-build가 PATH에 있는지 확인하세요. root@kitploit: $ make root ndk-build NDKPROJECTPATH=. APPBUILDSCRIPT=./Android.mk APPPLATFORM=android-16 APPABI=armeabi make1:...

8.8CVSS8.3AI score0.39711EPSS
SaveExploits9References1
OSV
OSV
added 2026/09/17 5:17 p.m.6 views

AZL-102635 CVE-2026-90327 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: phonet: pep: do not write beyond optlen in getsockopt pepgetsockopt clamps the reported length to the caller's buffer with mint, but then stores the value with putuserval, int user optval, which always writes sizeofint bytes. A...

0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:17 p.m.9 views

DEBIAN-CVE-2026-90327

In the Linux kernel, the following vulnerability has been resolved: phonet: pep: do not write beyond optlen in getsockopt pepgetsockopt clamps the reported length to the caller's buffer with mint, but then stores the value with putuserval, int user optval, which always writes sizeofint bytes. A...

0.00211EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/17 5:17 p.m.4 views

AZL-102093 CVE-2026-90226 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: avoid userspace overflow on invalid optlen nfcllcpgetsockopt casts optval to u32 user for putuser, so the kernel always stores 4 bytes regardless of the caller-supplied optlen. The existing mintu32, len, sizeofu32 only...

0.0021EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/17 4:08 p.m.16 views

CVE-2026-90327

CVE-2026-90327 is a memory out-of-bounds write in the Linux kernel's phonet: pep subsystem. The vulnerable function pep_getsockopt() clamps the reported length to the caller's buffer using min_t(), but then stores the value via put_user(), which unconditionally writes sizeof(int) bytes. When a ge...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:08 p.m.9 views

CVE-2026-90327 phonet: pep: do not write beyond optlen in getsockopt

In the Linux kernel, the following vulnerability has been resolved: phonet: pep: do not write beyond optlen in getsockopt pepgetsockopt clamps the reported length to the caller's buffer with mint, but then stores the value with putuserval, int user optval, which always writes sizeofint bytes. A...

SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:08 p.m.9 views

EUVD-2026-81988

In the Linux kernel, the following vulnerability has been resolved: phonet: pep: do not write beyond optlen in getsockopt pepgetsockopt clamps the reported length to the caller's buffer with mint, but then stores the value with putuserval, int user optval, which always writes sizeofint bytes. A...

0.00211EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-000911)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-000911 advisory. The 1 getuser and 2 putuser API functions in the Linux kernel before 3.5.5 on the v6k and v7 ARM platforms do not validate certain addresses, which allows attackers ...

8.8CVSS8.1AI score0.39711EPSS
SaveExploits9References4
Tenable Nessus
Tenable Nessus
added 2026/01/15 12:00 a.m.10 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-002004)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-002004 advisory. The 1 getuser and 2 putuser API functions in the Linux kernel before 3.5.5 on the v6k and v7 ARM platforms do not validate certain addresses, which allows attackers ...

8.8CVSS8.2AI score0.39711EPSS
SaveExploits9References12
UbuntuCve
UbuntuCve
added 2026/01/05 10:15 a.m.14 views

CVE-2025-68753

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: add bounds check in putuser loop for DSP events In the DSP event handling code, a putuser loop copies event data. When the user buffer size is not aligned to 4 bytes, it could overwrite beyond the buffer...

7.1CVSS6.2AI score0.00138EPSS
SaveExploits0References26
OSV
OSV
added 2026/01/05 9:32 a.m.15 views

CVE-2025-68753 ALSA: firewire-motu: add bounds check in put_user loop for DSP events

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-motu: add bounds check in putuser loop for DSP events In the DSP event handling code, a putuser loop copies event data. When the user buffer size is not aligned to 4 bytes, it could overwrite beyond the buffer...

7.1CVSS6.2AI score
SaveExploits0References9
OSV
OSV
added 2025/07/09 11:15 a.m.13 views

UBUNTU-CVE-2025-38261

In the Linux kernel, the following vulnerability has been resolved: riscv: save the SRSUM status over switches When threads/tasks are switched we need to ensure the old execution's SRSUM state is saved and the new thread has the old SRSUM state restored. The issue was seen under heavy load...

7.8CVSS6AI score0.00142EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2024/11/05 5:10 p.m.33 views

CVE-2024-50102 x86: fix user address masking non-canonical speculation issue

In the Linux kernel, the following vulnerability has been resolved: x86: fix user address masking non-canonical speculation issue It turns out that AMD has a "Meltdown Litetm" issue with non-canonical accesses in kernel space. And so using just the high bit to decide whether an access is in user...

0.00239EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/04/02 7:01 a.m.69 views

CVE-2024-26674

In the Linux kernel, the following vulnerability has been resolved: x86/lib: Revert to ASMEXTABLEUA for get,putuser fixups During memory error injection test on kernels = v6.4, the kernel panics like below. However, this issue couldn't be reproduced on kernels getusernocheck4+0x6/0x20 mce: Hardwa...

7.1CVSS6.9AI score0.00264EPSS
SaveExploits0
OSV
OSV
added 2013/11/20 1:19 p.m.12 views

DEBIAN-CVE-2013-6282

The 1 getuser and 2 putuser API functions in the Linux kernel before 3.5.5 on the v6k and v7 ARM platforms do not validate certain addresses, which allows attackers to read or modify the contents of arbitrary kernel memory locations via a crafted application, as exploited in the wild against...

8.8CVSS7.8AI score0.39711EPSS
SaveExploits9References1
OSV
OSV
added 2013/11/20 12:00 a.m.11 views

UBUNTU-CVE-2013-6282

The 1 getuser and 2 putuser API functions in the Linux kernel before 3.5.5 on the v6k and v7 ARM platforms do not validate certain addresses, which allows attackers to read or modify the contents of arbitrary kernel memory locations via a crafted application, as exploited in the wild against...

8.8CVSS7.5AI score0.39711EPSS
SaveExploits9References11
exploitpack
exploitpack
added 2010/12/07 12:00 a.m.98 views

Linux Kernel 2.6.37 (RedHat Ubuntu 10.04) - Full-Nelson.c Local Privilege Escalation

Linux Kernel 2.6.37 RedHat Ubuntu 10.04 - Full-Nelson.c Local Privilege Escalation / Linux Kernel = 2.6.37 local privilege escalation by Dan Rosenberg @djrbliss on twitter Usage: gcc full-nelson.c -o full-nelson ./full-nelson This exploit leverages three vulnerabilities to get root, all of which...

6.2CVSS0.7AI score0.02655EPSS
SaveExploits11
Rows per page
Query Builder