Lucene search
K

7640 matches found

Cvelist
Cvelist
added 2017/12/29 3:0 p.m.24 views

CVE-2013-7400

The Direct Mail directmail extension before 3.1.2 for TYPO3 allows remote attackers to obtain sensitive information by leveraging improper checking of authentication codes...

7.5AI score0.01649EPSS
Exploits0References3
CNVD
CNVD
added 2017/12/18 12:0 a.m.1 views

Huawei Enjoy phone has information leakage vulnerability

Huawei Enjoy 5S/5 are both a smartphone from the Chinese company Huawei Huawei. The Huawei Enjoy phone suffers from an information leakage vulnerability, which is due to the lack of effective checking of parameters on the device. An attacker induces the user to install a malicious application tha...

5.5CVSS6.3AI score0.00658EPSS
Exploits0References1
seebug.org
seebug.org
added 2017/12/15 12:0 a.m.50 views

MacOS kernel code execution due to lack of bounds checking in AppleIntelCapriController::GetLinkConfig(CVE-2017-13875)

AppleIntelCapriController::GetLinkConfig trusts a user-supplied value in the structure input which it uses to index a small table of pointers without bounds checking. The OOB-read pointer is passed to AppleIntelFramebuffer::validateDisplayMode which will read a pointer to a C++ object from that...

7.7AI score0.04426EPSS
Exploits2
OpenVAS
OpenVAS
added 2017/12/15 12:0 a.m.29 views

IBM Db2 Stack Buffer Overflow Vulnerability (Dec 2017)

IBM Db2 is prone to stack buffer overflow vulnerability. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:ibm:db2"; ifdescription...

8.5CVSS6.8AI score0.05044EPSS
Exploits0References2
Kitploit
Kitploit
added 2017/12/14 8:38 p.m.15 views

Droidefense - Advance Android Malware Analysis Framework

Droidefense originally named atom: a nalysis t hrough o bservation m achine is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has...

0.5AI score
Exploits0References4
RedhatCVE
RedhatCVE
added 2017/12/13 9:50 a.m.32 views

CVE-2017-17563

An issue was discovered in Xen through 4.9.x allowing guest OS users to cause a denial of service host OS crash or gain host OS privileges by leveraging an incorrect mask for reference-count overflow checking in shadow mode...

7.8CVSS5AI score0.00352EPSS
Exploits0References2
0day.today
0day.today
added 2017/12/13 12:0 a.m.61 views

macOS - Kernel Code Execution due to Lack of Bounds Checking in AppleIntelCapriController::GetLinkCo

Exploit for macOS platform in category dos / poc...

9.3CVSS7.8AI score0.04426EPSS
Exploits2
Prion
Prion
added 2017/12/12 11:29 p.m.20 views

Code injection

An issue was discovered in Xen through 4.9.x allowing guest OS users to cause a denial of service host OS crash or gain host OS privileges by leveraging an incorrect mask for reference-count overflow checking in shadow mode...

6.9CVSS7.6AI score0.00352EPSS
Exploits0References9Affected Software1
NVD
NVD
added 2017/12/12 11:29 p.m.16 views

CVE-2017-17563

An issue was discovered in Xen through 4.9.x allowing guest OS users to cause a denial of service host OS crash or gain host OS privileges by leveraging an incorrect mask for reference-count overflow checking in shadow mode...

7.8CVSS6.8AI score0.00352EPSS
Exploits0References9
exploitpack
exploitpack
added 2017/12/12 12:0 a.m.9 views

Apple macOS - Kernel Code Execution due to Lack of Bounds Checking in AppleIntelCapriController::GetLinkConfig

Apple macOS - Kernel Code Execution due to Lack of Bounds Checking in AppleIntelCapriController::GetLinkConfig / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1375 AppleIntelCapriController::GetLinkConfig trusts a user-supplied value in the structure input which it uses to ind...

0.5AI score
Exploits0
Exploit DB
Exploit DB
added 2017/12/12 12:0 a.m.41 views

Apple macOS - Kernel Code Execution due to Lack of Bounds Checking in AppleIntelCapriController::GetLinkConfig

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1375 AppleIntelCapriController::GetLinkConfig trusts a user-supplied value in the structure input which it uses to index a small table of pointers without bounds checking. The OOB-read pointer is passed to...

7.4AI score
Exploits0
Prion
Prion
added 2017/12/11 5:29 p.m.15 views

Input validation

Perspective ICM Investigation & Case 5.1.1.16 allows remote authenticated users to modify access level permissions and consequently gain privileges by leveraging insufficient validation methods and missing cross server side checking mechanisms...

6.5CVSS8.5AI score0.05564EPSS
Exploits4References2Affected Software1
NVD
NVD
added 2017/12/11 5:29 p.m.22 views

CVE-2017-11319

Perspective ICM Investigation & Case 5.1.1.16 allows remote authenticated users to modify access level permissions and consequently gain privileges by leveraging insufficient validation methods and missing cross server side checking mechanisms...

8.8CVSS8.5AI score0.05564EPSS
Exploits4References2
Cvelist
Cvelist
added 2017/12/11 5:0 p.m.23 views

CVE-2017-11319

Perspective ICM Investigation & Case 5.1.1.16 allows remote authenticated users to modify access level permissions and consequently gain privileges by leveraging insufficient validation methods and missing cross server side checking mechanisms...

8.5AI score0.05564EPSS
Exploits4References2
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/12/11 4:50 p.m.25 views

Arrays, symbols, and realms

On Twitter, Allen Wirfs-Brock asked folks if they knew what Array.isArrayobj did, and the results suggested… no they don't. For what it's worth, I also got the answer wrong. Type-checking arrays function fooobj // … Let's say we wanted to do something specific if obj is an array. JSON.stringify i...

7.2AI score
Exploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2017/12/11 4:50 p.m.11 views

Arrays, symbols, and realms

On Twitter, Allen Wirfs-Brock asked folks if they knew what Array.isArrayobj did, and the results suggested… no they don't. For what it's worth, I also got the answer wrong. Type-checking arrays function fooobj // … Let's say we wanted to do something specific if obj is an array. JSON.stringify i...

7.2AI score
Exploits0
Positive Technologies
Positive Technologies
added 2017/12/11 12:0 a.m.12 views

PT-2017-3926 · Mariadb +2 · Mariadb +3

Name of the Vulnerable Software and Affected Versions: MariaDB versions prior to 10.1.30 MariaDB versions 10.2.x prior to 10.2.10 Percona XtraDB Cluster versions prior to 5.6.37-26.21-3 Percona XtraDB Cluster versions 5.7.x prior to 5.7.19-29.22-3 Description: The issue is related to incorrect...

10CVSS7.6AI score0.6773EPSS
Exploits104References550
OpenVAS
OpenVAS
added 2017/12/07 12:0 a.m.64 views

Apple Mac OS X Security Updates (HT208331)-02

Apple Mac OS X is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.3CVSS6.7AI score0.94999EPSS
Exploits27References4
CNVD
CNVD
added 2017/12/04 12:0 a.m.1 views

Cisco NX-OS System Software Command Injection Vulnerability in Multiple Cisco Products (CNVD-2017-36141)

Cisco Nexus 5000 Series Switches are the Cisco Nexus series of data center-class switches from Cisco, Inc.Cisco NX-OS System Software is the data center operating system that runs on them. A command injection vulnerability exists in the CLI of Cisco NX-OS System Software in multiple Cisco product...

7.2CVSS8AI score0.0068EPSS
Exploits0References1
BDU FSTEC
BDU FSTEC
added 2017/12/04 12:0 a.m.5 views

The vulnerability of the implementation of the direct authentication service for microprogramming software in Cisco Adaptive Security Appliance (ASA) allows a attacker to cause a service failure.

The vulnerability of the direct authentication service for microprogramming software in Cisco Adaptive Security Appliance ASA devices is related to insufficient checking of HTTP request headers. Exploiting this vulnerability can allow a malicious actor to trigger a system reboot and a service...

7.8CVSS7.6AI score0.06541EPSS
Exploits0References4Affected Software9
Rows per page
Query Builder