-
Notifications
You must be signed in to change notification settings - Fork 905
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
rule(falco_rules): Polkit Local Privilege Escalation Vulnerability (CVE-2021-4034) #1877
Conversation
…021-4034) Co-authored-by: javery-sysdig <jason.avery@sysdig.com> Signed-off-by: Stefano <stefano.chierici@sysdig.com>
Signed-off-by: darryk10 <stefano.chierici@sysdig.com>
/milestone 0.32.0 |
LGTM label has been added. Git tree hash: 43f41078cdec781081e9f4c261960312c7f29619
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've found an issue in the output, otherwise SGMT.
I'm also a bit concerned about false positives since this rule triggers just every time pkexec
is called without args.
Signed-off-by: darryk10 stefano.chierici@sysdig.com Co-authored-by: Leonardo Grasso <me@leonardograsso.com>
According to the fix, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: 9930421d1be81c2d9611a39c028c2d34a4d05f12
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: darryk10, jasondellaluce, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Polkit pkexec Local Privilege Escalation Vulnerability (CVE-2021-4034)
Co-authored-by: javery-sysdig jason.avery@sysdig.com
Signed-off-by: darryk10 stefano.chierici@sysdig.com
What type of PR is this?
/kind rule-create
Any specific area of the project related to this PR?
/area rules
What this PR does / why we need it:
This rule detects an attempt to exploit a privilege escalation vulnerability in Polkit's pkexec. By running specially crafted code, a local user can leverage this flaw to gain root privileges on a compromised system. Reference: https://seclists.org/oss-sec/2022/q1/80
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: