Skip to content

[New Rule] PE via UID INT_MAX Bug #2971

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 3, 2023
Merged

Conversation

Aegrah
Copy link
Contributor

@Aegrah Aegrah commented Jul 27, 2023

Summary

This rule monitors for the execution of the systemd-run command by a user with a UID that is larger than the maximum allowed UID size (INT_MAX). Some older Linux versions were affected by a bug which allows user accounts with a UID greater than INT_MAX to escalate privileges by spawning a shell through systemd-run.

Detection

process where host.os.type == "linux" and event.action in ("exec", "exec_event") and event.type : "start" and 
process.name : "systemd-run" and process.args : "-t" and process.args_count >= 3 and user.id >= 1000000000
image

Copy link
Contributor

@DefSecSentinel DefSecSentinel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Aegrah Aegrah merged commit 7cc841c into main Aug 3, 2023
@Aegrah Aegrah deleted the new-rule-uid-overflow-privesc branch August 3, 2023 13:51
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
protectionsmachine pushed a commit that referenced this pull request Aug 3, 2023
* [New Rule] PE via UID INT_MAX Bug

* changed file name

* Should be more decisive

* fix

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

* Update rules/linux/privilege_escalation_linux_uid_int_max_bug.toml

Co-authored-by: Justin Ibarra <[email protected]>

---------

Co-authored-by: Justin Ibarra <[email protected]>
Co-authored-by: Colson Wilhoit <[email protected]>

(cherry picked from commit 7cc841c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants