Skip to content

Conversation

@tropkal
Copy link
Contributor

@tropkal tropkal commented Oct 4, 2025

Hey.

I was doing a CTF and found out that the current version of linpeas doesn't flag the sudo version if it's vulnerable to the latest 2 CVE's, namely:

  1. if the sudo version is 1.8.8 through 1.9.17, it's vulnerable to CVE-2025-32462
  2. if the sudo version is 1.9.14 through 1.9.17, it's vulnerable to CVE-2025-32463

So I modified the regex to include these versions as well, blog post for more information: https://www.oligo.security/blog/new-sudo-vulnerabilities-cve-2025-32462-and-cve-2025-32463.

Thanks!

tropkal and others added 2 commits October 4, 2025 09:08
Modified the regex that checks for vulnerable sudo versions to include sudo version 1.9.17 (not including 1.9.17p1), which is vulnerable to CVE-2025-32463 (https://www.exploit-db.com/exploits/52352).
@tropkal
Copy link
Contributor Author

tropkal commented Oct 4, 2025

Edit: I was just messing around for the 1st commit, ignore that lol, the 2nd commit is the correct one.

@tropkal tropkal changed the title tropkal patch 1 Updated the regex for the sudo version Oct 4, 2025
@tropkal tropkal changed the title Updated the regex for the sudo version Update the regex for the sudo version Oct 4, 2025
@carlospolop
Copy link
Collaborator

thanks @tropkal

@carlospolop carlospolop merged commit 6fe8304 into peass-ng:master Oct 4, 2025
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants