Lucene search
+L

297 matches found

GoogleProjectZero
GoogleProjectZero
added 2020/09/01 12:00 a.m.144 views

JITSploitation III: Subverting Control Flow

Posted by Samuel Groß, Project Zero This three-part series highlights the technical challenges involved in finding and exploiting JavaScript engine vulnerabilities in modern web browsers and evaluates current exploit mitigation technologies. The exploited vulnerability, CVE-2020-9802, was fixed i...

8.8CVSS9.4AI score0.08207EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2020/07/07 12:00 a.m.231 views

PHP 7.4 FFI - 'disable_functions' Bypass

?php / FFI Exploit - uses 3 potential BUGS. PHP was contacted and said nothing in FFI is a security issue. Able to call system$cmd without using FFI::load or FFI::cdefs BUG 1 maybe intended, but why have any size checks then? no bounds check for FFI::String when type is ZENDFFITYPEPOINTER...

5.3AI score
SaveExploits0
NVD
NVD
added 2020/03/20 6:15 p.m.25 views

CVE-2019-15662

An issue was discovered in Rivet Killer Control Center before 2.1.1352. IOCTL 0x120444 in KfeCo10X64.sys fails to validate an offset passed as a parameter during a memory operation, leading to an arbitrary read primitive that can be used as part of a chain to escalate privileges...

4CVSS4AI score0.00936EPSS
SaveExploits0References3
Prion
Prion
added 2020/03/20 6:15 p.m.20 views

Buffer overflow

An issue was discovered in Rivet Killer Control Center before 2.1.1352. IOCTL 0x120444 in KfeCo10X64.sys fails to validate an offset passed as a parameter during a memory operation, leading to an arbitrary read primitive that can be used as part of a chain to escalate privileges...

4CVSS4.3AI score0.00936EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2020/03/16 4:15 p.m.20 views

CVE-2020-1736

A flaw was found in Ansible Engine when a file is moved using atomicmove primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions...

3.3CVSS4.5AI score0.00405EPSS
SaveExploits1References5
Exploit DB
Exploit DB
added 2020/02/10 12:00 a.m.256 views

iOS/macOS - Out-of-Bounds Timestamp Write in IOAccelCommandQueue2::processSegmentKernelCommand()

While investigating possible shared memory issues in AGXCommandQueue::processSegmentKernelCommand, I noticed that the size checks used to parse the IOAccelKernelCommand in IOAccelCommandQueue2::processSegmentKernelCommand are incorrect. The IOAccelKernelCommand contains an 8-byte header consistin...

9.3CVSS7.7AI score0.16111EPSS
SaveExploits2
exploitpack
exploitpack
added 2020/02/10 12:00 a.m.44 views

iOSmacOS - Out-of-Bounds Timestamp Write in IOAccelCommandQueue2::processSegmentKernelCommand()

iOSmacOS - Out-of-Bounds Timestamp Write in IOAccelCommandQueue2::processSegmentKernelCommand While investigating possible shared memory issues in AGXCommandQueue::processSegmentKernelCommand, I noticed that the size checks used to parse the IOAccelKernelCommand in...

0.1AI score
SaveExploits0
RustSec
RustSec
added 2020/01/08 12:00 p.m.39 views

bespoke Cell implementation allows obtaining several mutable references to the same data

The custom implementation of a Cell primitive in the affected versions of this crate does not keep track of mutable references to the underlying data. This allows obtaining several mutable references to the same object which may result in arbitrary memory corruption, most likely use-after-free. T...

5.5CVSS3.5AI score0.00374EPSS
SaveExploits1Affected Software1
exploitpack
exploitpack
added 2019/12/31 12:00 a.m.159 views

Sony Playstation 4 (PS4) 6.72 - WebKit Code Execution (PoC)

Sony Playstation 4 PS4 6.72 - WebKit Code Execution PoC / badhoist ============ Exploit implementation of CVE-2018-4386. Obtains addrof/fakeobj and arbitrary read/write primitives. Supports PS4 consoles on 6.XX. May also work on older firmware versions, but I am not sure. Bug was fixed in firmwar...

6.8CVSS8.4AI score0.06487EPSS
SaveExploits7
NVD
NVD
added 2019/11/21 7:15 p.m.27 views

CVE-2019-19197

IOCTL Handling in the kyrld.sys driver in Kyrol Internet Security 9.0.6.9 allows an attacker to achieve privilege escalation, denial-of-service, and code execution via usermode because 0x9C402401 using METHODNEITHER results in a read primitive...

7.8CVSS7.8AI score0.00567EPSS
SaveExploits1References2
OSV
OSV
added 2019/11/21 7:15 p.m.9 views

CVE-2019-19197

IOCTL Handling in the kyrld.sys driver in Kyrol Internet Security 9.0.6.9 allows an attacker to achieve privilege escalation, denial-of-service, and code execution via usermode because 0x9C402401 using METHODNEITHER results in a read primitive...

7.8CVSS7.5AI score0.00567EPSS
SaveExploits1References2
CVE
CVE
added 2019/11/21 7:01 p.m.68 views

CVE-2019-19197

CVE-2019-19197 relates to IOCTL handling in the kyrld.sys driver of Kyrol Internet Security 9.0.6.9. The vulnerability arises when 0x9C402401 is issued via METHOD_NEITHER, leading to a read primitive that enables local privilege escalation, denial of service, and potential code execution in userm...

7.8CVSS7.7AI score0.00567EPSS
SaveExploits1References2Affected Software1
Veracode
Veracode
added 2019/09/12 6:55 a.m.22 views

Remote Code Execution

Microsoft Chakra Core is vulnerable to remote code execution RCE. The vulnerability exists because it does not handle the case where the length isn't a TaggedInt during ToInt32 conversion on non-primitive length...

7.5CVSS4.5AI score0.08673EPSS
SaveExploits0References4Affected Software2
GoogleProjectZero
GoogleProjectZero
added 2019/05/10 12:00 a.m.15 views

Trashing the Flow of Data

Posted by Stephen Röttger In this blog post I want to present crbug.com/944062, a vulnerability in Chrome’s JavaScript compiler TurboFan that was discovered independently by Samuel saelo@ via fuzzing with fuzzilli, and by myself via manual code auditing. The bug was found in beta and was fixed...

7.7AI score
SaveExploits0
Filippo.io
Filippo.io
added 2019/04/02 4:45 p.m.96 views

A Go implementation of Poly1305 that makes sense

Poly1305 is a Message Authentication Code--a cryptographic primitive for authenticating a message with a shared secret key, like HMAC. Although its really a fraction of the complexity of e.g. elliptic curves, most of the implementations Ive read look decidedly like magic, mysteriously multiplying...

7.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2019/01/11 12:00 a.m.17 views

PT-2019-17971 · Unknown +1 · Libiec61850 +1

Name of the Vulnerable Software and Affected Versions: libIEC61850 version 1.3.1 Description: A memory leak issue has been identified. The Memory malloc function in hal/memory/lib memory.c leaks memory when called from Asn1PrimitiveValue create in mms/asn1/asn1 ber primitive value.c. This issue i...

10CVSS7.5AI score0.02036EPSS
SaveExploits9References35
OSV
OSV
added 2018/09/05 6:29 a.m.6 views

DEBIAN-CVE-2018-16510

An issue was discovered in Artifex Ghostscript before 9.24. Incorrect exec stack handling in the "CS" and "SC" PDF primitives could be used by remote attackers able to supply crafted PDFs to crash the interpreter or possibly have unspecified other impact...

7.8CVSS8.3AI score0.01745EPSS
SaveExploits1References1
Amazon
Amazon
added 2018/06/08 12:00 a.m.65 views

Important: kernel

Issue Overview: An industry-wide issue was found in the way many modern microprocessor designs have implemented speculative execution of Load & Store instructions a commonly used performance optimization. It relies on the presence of a precisely-defined instruction sequence in the privileged code...

5.6CVSS7.5AI score0.60631EPSS
SaveExploits8
UbuntuCve
UbuntuCve
added 2018/05/17 5:00 p.m.56 views

CVE-2018-1120

A flaw was found affecting the Linux kernel before version 4.17. By mmaping a FUSE-backed file onto a process's memory containing command line arguments or environment strings, an attacker can cause utilities from psutils or procps such as ps, w or any other program which makes a read call to the...

5.3CVSS6.7AI score0.07199EPSS
SaveExploits5References7
Packet Storm
Packet Storm
added 2018/02/03 12:00 a.m.338 views

MS17-010 EternalRomance / EternalSynergy / EternalChampion SMB Remote Windows Code Execution

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework Windows XP systems that are not part of a domain default to treating all network logons as if they were Guest. This prevents SMB relay attacks from gaining administrativ...

9.3CVSS7.2AI score0.99693EPSS
SaveExploits60
Rows per page
Query Builder