the_emulator

Results 3 issues of the_emulator

I have found one more extremely similar bypass than the previously-reported #1310 with ACLs this time: Prep: (with alice here by the user which will exploit) ``` sudo su sysctl...

bug

Fix the problem by throwing an error if the number is negative or unexpected, added a test too. This is a suggestion only. Thread: https://github.com/trifectatechfoundation/sudo-rs/issues/1311

C-pam
chore

PAM modules can send a `num_msg`, which is handled improperly by `sudo-rs`, as it is assumed this is a positive number without any checks. Negative PAM message counts cause integer...

C-pam
chore