CVE-2018-9345
published 2024-11-19CVE-2018-9345: In BnAudioPolicyService::onTransact of AudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local…
PriorityP423medium5.5CVSS 3.1
AVLACLPRLUINSUCHINAN
EPSS
0.08%
0.3th percentile
no history available
In BnAudioPolicyService::onTransact of AudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.
Affected
13 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — | |
| android | — | — |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-gp8c-83qw-c833: In BnAudioPolicyService::onTransact of AudioPolicyService
ghsa_unreviewed·2024-11-19
CVE-2018-9345 [MEDIUM] CWE-908 GHSA-gp8c-83qw-c833: In BnAudioPolicyService::onTransact of AudioPolicyService
In BnAudioPolicyService::onTransact of AudioPolicyService.cpp, there is a possible information disclosure due to uninitialized data. This could lead to local information disclosure with no additional execution privileges needed. User interaction is not needed for exploitation.
Android
CVE-2018-9345: Android Security Bulletin 2018-06-01
CVE: CVE-2018-9345
Severity: HIGH
Type: ID
Affected AOSP versions: 6
vendor_android·2018-06-01·CVSS 5.5
CVE-2018-9345 [MEDIUM] CVE-2018-9345: Android Security Bulletin 2018-06-01
CVE: CVE-2018-9345
Severity: HIGH
Type: ID
Affected AOSP versions: 6
Android Security Bulletin 2018-06-01
CVE: CVE-2018-9345
Severity: HIGH
Type: ID
Affected AOSP versions: 6.0, 6.0.1, 7.0, 7.1.1, 7.1.2, 8.0, 8.1
References: A-77238250
No detection rules found.
Exploit-DB
2345 Security Guard 3.7 - '2345NsProtect.sys' Denial of Service
exploitdb·2018-05-14
CVE-2018-11034 2345 Security Guard 3.7 - '2345NsProtect.sys' Denial of Service
2345 Security Guard 3.7 - '2345NsProtect.sys' Denial of Service
---
# Exploit Title: [BSOD by IOCTL 0x8000200D in 2345NsProtect.sys of 2345 Security Guard 3.7]
# Date: [20180513]
# Exploit Author: [anhkgg]
# Vendor Homepage: [http://safe.2345.cc/]
# Software Link: [http://dl.2345.cc/2345pcsafe/2345pcsafe_v3.7.0.9345.exe]
# Version: [v3.7] (REQUIRED)
# Tested on: [Windows X64]
# CVE : [CVE-2018- 11034]
#include
#include
struct NETFW_IOCTL_ADD_PID
{
DWORD pid;
char seed[0x14];//
};//0x18
struct NETFW_IOCTL_SET_PID
{
BYTE set_state;//
BYTE unk;//1
WORD buf_len;//2
DWORD pid;//4
char buf[0x64];//8
};//6c
struct NETFW_IOCTL_222040
{
DWORD* ptr;
DWORD size;
};//
int __stdcall f_XOR__12A30(BYTE *a1, BYTE *a2)
{
int result;
*a1 ^= *a2;
*a2 ^= *a1;
result = (unsigned __int8)*a2;
*a1 ^= resu
Exploit-DB
2345 Security Guard 3.7 - '2345BdPcSafe.sys' Denial of Service
exploitdb·2018-05-11
CVE-2018-10830 2345 Security Guard 3.7 - '2345BdPcSafe.sys' Denial of Service
2345 Security Guard 3.7 - '2345BdPcSafe.sys' Denial of Service
---
# Exploit Title: [BSOD by IOCTL 0x002220e0 in 2345BdPcSafe.sys of 2345 Security Guard 3.7]
# Date: [20180509]
# Exploit Author: [anhkgg]
# Vendor Homepage: [http://safe.2345.cc/]
# Software Link: [http://dl.2345.cc/2345pcsafe/2345pcsafe_v3.7.0.9345.exe]
# Version: [v3.7] (REQUIRED)
# Tested on: [Windows X64]
# CVE : [CVE-2018- 10830]
#include
#include
#include
#include
struct NETFW_IOCTL_ADD_PID
{
DWORD pid;
char seed[0x14];//4 + 14
};//0x18
#pragma pack(push)
#pragma pack(1)
struct NETFW_IOCTL_SET_PID
{
BYTE set_state;//
WORD buf_len;//1
DWORD pid;//3
char buf[0x64];//7
};//6B
#pragma pack(pop)
int __stdcall f_XOR__12A30(BYTE *a1, BYTE *a2)
{
BYTE *a1_; // eax
a1_ = a1;
*a1_ ^= *a2;
*a2 ^= *a1;
*a1_ ^= *a2;
return (
Exploit-DB
2345 Security Guard 3.7 - '2345NetFirewall.sys' Denial of Service
exploitdb·2018-05-08·CVSS 7.8
CVE-2018-10809 [HIGH] 2345 Security Guard 3.7 - '2345NetFirewall.sys' Denial of Service
2345 Security Guard 3.7 - '2345NetFirewall.sys' Denial of Service
---
/*
# Exploit Title: 2345 Security Guard 3.7 - Denial of Service
# Date: 2018-05-08
# Exploit Author: anhkgg
# Vendor Homepage: http://safe.2345.cc/
# Software Link: http://dl.2345.cc/2345pcsafe/2345pcsafe_v3.7.0.9345.exe
# Version: v3.7
# Tested on: Windows 7 x86
# CVE : CVE-2018-10809
#
# BSOD caused of 2345NetFirewall.sys because of not validating input values,test version 3.7 on windows 7 x86 platform
#
#
*/
#include
#include
struct NETFW_IOCTL_ADD_PID
{
DWORD pid;
char seed[0x14];//
};//0x18
struct NETFW_IOCTL_SET_PID
{
BYTE set_state;//
BYTE unk;//1
WORD buf_len;//2
DWORD pid;//4
char buf[0x64];//8
};//6c
struct NETFW_IOCTL_222040
{
DWORD* ptr;
DWORD size;
};//
int __stdcall f_XOR__12A30(BYTE *a1, BYTE *a2)
{
No writeups or analysis indexed.
2024-11-19
Published