Exploit module for HP Poly VVX (CVE-2026-0826)#21525
Open
sfewer-r7 wants to merge 1 commit into
Open
Conversation
jvoisin
reviewed
Jun 2, 2026
| sip_request << "CSeq: #{rand(65_535)} OPTIONS\r\n" | ||
| sip_request << "Call-ID: #{Rex::Text.rand_text_hex(16)}\r\n" | ||
| # The vuln is in a non-default service for Interactive Connectivity Establishment (ICE). We use the Require header | ||
| # to ask the target is it supports ICE. |
Contributor
There was a problem hiding this comment.
Suggested change
| # to ask the target is it supports ICE. | |
| # to ask the target if it supports ICE. |
| def get_vvx_rop_table(version_str) | ||
| rop_tables = { | ||
| '6.4.7.4477' => { | ||
| # Even though /proc/sys/kernel/randomize_va_space is 1, all libraries are |
Contributor
There was a problem hiding this comment.
Now I'm curious as to why ASLR doesn't work :D
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This pull request adds an exploit module for CVE-2026-0826, an unauthenticated stack based buffer overflow affecting every model in the HP Poly VVX series, and the HP Poly Trio series of VoIP devices when they have the non-default ICE feature enabled. For more information on the vuln, see our Rapid7 disclosure blog or the vendor advisory.
The module currently supports a VVX 450 device with ROP gadgets for one recent version (
6.4.7.4477), as that's what I have to test against.The device is a minimal embedded Linux system, and getting a payload to work was a pain. I could only leverage socat based payloads, and specifically I added a new
cmd/unix/bind_socat_tcppayload which is verified to work.Example