Skip to content
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

Fix crash in exim4_deliver_message_priv_esc #19089

Conversation

adfoster-r7
Copy link
Contributor

Closes #19067

Verification

Before

Method not available

>> Socket.instance_method(:expect)
(irb):1:in `instance_method': undefined method `expect' for class `Socket' (NameError)
...

After

Method available

>> Socket.instance_method(:expect)
=> #<UnboundMethod: Socket(IO)#expect(pat, timeout=...) /Users/user/metasploit-framework/lib/expect.rb:36>

@zgoldman-r7 zgoldman-r7 merged commit 939f433 into rapid7:master Apr 19, 2024
34 checks passed
@zgoldman-r7 zgoldman-r7 added the rn-fix release notes fix label Apr 19, 2024
@zgoldman-r7
Copy link
Contributor

zgoldman-r7 commented Apr 19, 2024

Release Notes

This PR fixes a bug where a user might get an unexpected NoMethodError running the linux/local/exim4_deliver_message_priv_esc module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-fix release notes fix
Projects
None yet
2 participants