OSCP Linux Privilege Escalation Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 8865 | Total Attempts: 106,055
| Questions: 20 | Updated: Aug 16, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1. What is a race condition in privilege escalation?

Submit
Please wait...
About This Quiz
OSCP Linux Privilege Escalation Quiz - Quiz

This quiz evaluates your understanding of Linux privilege escalation techniques essential for the OSCP certification. It covers kernel exploits, sudo misconfigurations, SUID binaries, cron jobs, and file permission vulnerabilities. Master these core concepts to identify and exploit weaknesses in Linux systems during penetration testing engagements.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. How can checking /etc/sudoers reveal privilege escalation opportunities?

Submit

3. What is the primary risk of a binary calling 'system()' with unsanitized user input?

Submit

4. A script with a wildcard in a system command can be exploited how?

Submit

5. How can you verify if a binary has SGID permissions?

Submit

6. Which environment variable can be manipulated to hijack library loading in vulnerable binaries?

Submit

7. What does the 'noexec' mount option prevent?

Submit

8. How would you exploit a world-writable /tmp directory for privilege escalation?

Submit

9. A binary has the capability CAP_NET_BIND_SERVICE. What does this allow?

Submit

10. Which tool can enumerate potential privilege escalation vectors on a Linux system?

Submit

11. What does the SUID bit allow a binary to do when executed?

Submit

12. How can you escalate privileges if a script runs as root and uses the 'input()' function in Python?

Submit

13. Which file contains scheduled tasks that run with specific user privileges?

Submit

14. A setuid binary calls a relative path to an external program. What vulnerability could exist?

Submit

15. What does the command 'sudo -l' do?

Submit

16. How can you check if a binary is vulnerable to library hijacking?

Submit

17. Which Linux kernel versions are commonly vulnerable to the Dirty COW exploit?

Submit

18. What vulnerability exists when a cron job runs a script with world-writable permissions?

Submit

19. A user can run /usr/bin/wget as root via sudo without a password. How could this lead to privilege escalation?

Submit

20. Which command displays files with SUID permissions set?

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is a race condition in privilege escalation?
How can checking /etc/sudoers reveal privilege escalation...
What is the primary risk of a binary calling 'system()' with...
A script with a wildcard in a system command can be exploited how?
How can you verify if a binary has SGID permissions?
Which environment variable can be manipulated to hijack library...
What does the 'noexec' mount option prevent?
How would you exploit a world-writable /tmp directory for privilege...
A binary has the capability CAP_NET_BIND_SERVICE. What does this...
Which tool can enumerate potential privilege escalation vectors on a...
What does the SUID bit allow a binary to do when executed?
How can you escalate privileges if a script runs as root and uses the...
Which file contains scheduled tasks that run with specific user...
A setuid binary calls a relative path to an external program. What...
What does the command 'sudo -l' do?
How can you check if a binary is vulnerable to library hijacking?
Which Linux kernel versions are commonly vulnerable to the Dirty COW...
What vulnerability exists when a cron job runs a script with...
A user can run /usr/bin/wget as root via sudo without a password. How...
Which command displays files with SUID permissions set?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!