Skip to content

Commit f6d0d09

Browse files
apply suggestions
1 parent cf12e01 commit f6d0d09

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

rules-emerging-threats/2025/Exploits/CVE-2025-32463/file_event_lnx_exploit_cve_2025_32463.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ logsource:
2121
detection:
2222
selection:
2323
TargetFilename|endswith: '/etc/nsswitch.conf'
24-
filter:
24+
filter_main_legitimate_path:
2525
TargetFilename: '/etc/nsswitch.conf'
26-
condition: selection and not filter
26+
condition: selection and not 1 of filter_main_*
2727
falsepositives:
2828
- Backup locations
2929
level: high

rules-emerging-threats/2025/Exploits/CVE-2025-32463/proc_creation_lnx_exploit_cve_2025_32463.yml renamed to rules/linux/process_creation/proc_creation_lnx_chroot_execution.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
title: Potential Sudo Chroot CVE-2025-32463 Vulnerability Exploitation
1+
title: Ch
22
id: f2bed782-994e-4f40-9cd5-518198cb3fba
33
status: experimental
44
description: |
5-
Detects the use of sudo with the '--chroot' or '-R' options which could indicate a potential attempt to exploit CVE-2025-32463.
6-
This is a local privilege escalation vulnerability in sudo 1.9.14 to 1.9.17 that allows loading arbitrary shared libraries from a user-controlled directory.
5+
Detects the execution of 'sudo' command with '--chroot' option, which is used to change the root directory for command execution.
6+
Attackers may use this technique to evade detection and execute commands in a modified environment.
77
references:
88
- https://github.com/kh4sh3i/CVE-2025-32463/blob/81bb430f84fa2089224733c3ed4bfa434c197ad4/exploit.sh
99
author: Swachchhanda Shrawn Poudel (Nextron Systems)
1010
date: 2025-10-02
1111
tags:
1212
- attack.privilege-escalation
1313
- attack.t1068
14-
- cve.2025-32463
15-
- detection.emerging-threats
1614
logsource:
1715
category: process_creation
1816
product: linux
@@ -25,4 +23,4 @@ detection:
2523
condition: selection
2624
falsepositives:
2725
- Legitimate administrative tasks or scripts that use 'sudo --chroot' for containerization, testing, or system management.
28-
level: medium
26+
level: low

0 commit comments

Comments
 (0)