Lucene search
+L

133 matches found

Packet Storm
Packet Storm
added 2019/10/30 12:0 a.m.252 views

JavaScriptCore GetterSetter Type Confusion

JSC: GetterSetter type confusion during DFG compilation The following JavaScript program, found by Fuzzilli and slightly modified, crashes JavaScriptCore built from HEAD and the current stable release /System/Library/Frameworks/JavaScriptCore.framework/Resources/jsc: let notAGetterSetter =...

8.2AI score0.06927EPSS
SaveExploits3
BDU FSTEC
BDU FSTEC
added 2019/06/06 12:0 a.m.10 views

The vulnerability of the Symfony framework’s setter method, related to unlimited loading of dangerous types of files, allows attackers to execute arbitrary code or disclose protected information.

The vulnerability of the Symfony framework’s setter method is related to the unlimited loading of dangerous files. Exploiting this vulnerability allows an attacker operating remotely to execute arbitrary code or disclose protected information...

5.3CVSS6.2AI score0.03589EPSS
SaveExploits0References8Affected Software3
NVD
NVD
added 2018/12/18 10:29 p.m.17 views

CVE-2018-19789

An issue was discovered in Symfony 2.7.x before 2.7.50, 2.8.x before 2.8.49, 3.x before 3.4.20, 4.0.x before 4.0.15, 4.1.x before 4.1.9, and 4.2.x before 4.2.1. When using the scalar type hint string in a setter method e.g. setNamestring $name of a class that's the dataclass of a form, and when a...

5.3CVSS6AI score0.03589EPSS
SaveExploits0References8
OSV
OSV
added 2018/12/18 10:29 p.m.15 views

UBUNTU-CVE-2018-19789

An issue was discovered in Symfony 2.7.x before 2.7.50, 2.8.x before 2.8.49, 3.x before 3.4.20, 4.0.x before 4.0.15, 4.1.x before 4.1.9, and 4.2.x before 4.2.1. When using the scalar type hint string in a setter method e.g. setNamestring $name of a class that's the dataclass of a form, and when a...

5.3CVSS7.2AI score0.03589EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2018/12/18 10:29 p.m.35 views

CVE-2018-19789

An issue was discovered in Symfony 2.7.x before 2.7.50, 2.8.x before 2.8.49, 3.x before 3.4.20, 4.0.x before 4.0.15, 4.1.x before 4.1.9, and 4.2.x before 4.2.1. When using the scalar type hint string in a setter method e.g. setNamestring $name of a class that's the dataclass of a form, and when a...

5.3CVSS6.7AI score0.03589EPSS
SaveExploits0References2
NVD
NVD
added 2018/06/11 5:29 p.m.21 views

CVE-2017-3202

The Java implementation of AMF3 deserializers used in Flamingo amf-serializer by Exadel, version 2.2.0, may allow instantiation of arbitrary classes via their public parameter-less constructor and subsequently call arbitrary Java Beans setter methods. The ability to exploit this vulnerability...

9.8CVSS9.5AI score0.08279EPSS
SaveExploits2References4
OSV
OSV
added 2018/06/11 5:29 p.m.7 views

CVE-2017-3202

The Java implementation of AMF3 deserializers used in Flamingo amf-serializer by Exadel, version 2.2.0, may allow instantiation of arbitrary classes via their public parameter-less constructor and subsequently call arbitrary Java Beans setter methods. The ability to exploit this vulnerability...

9.8CVSS6.3AI score0.08279EPSS
SaveExploits2References4
NVD
NVD
added 2018/06/11 5:29 p.m.43 views

CVE-2017-3200

The Java implementation of AMF3 deserializers used in GraniteDS, version 3.1.1.G, may allow instantiation of arbitrary classes via their public parameter-less constructor and subsequently call arbitrary Java Beans setter methods. The ability to exploit this vulnerability depends on the availabili...

8.1CVSS8.2AI score0.06201EPSS
SaveExploits2References4
CVE
CVE
added 2018/06/11 5:0 p.m.71 views

CVE-2017-3200

CVE-2017-3200 concerns GraniteDS’s AMF3 deserializers. The Java AMF3 implementation in GraniteDS 3.1.1.GA can instantiate arbitrary classes via public no-arg constructors and invoke JavaBeans setters during deserialization, enabling remote attackers to execute arbitrary code if affected classes a...

8.1CVSS8.2AI score0.06201EPSS
SaveExploits2References4Affected Software1
CNVD
CNVD
added 2018/04/28 12:0 a.m.7 views

Foxit Reader Field textColor Setter Remote Code Execution Vulnerability

Foxit Reader is a small PDF document viewer and printing program. Foxit Reader has a security vulnerability in the parsing of the Field textColor Setter property, which can be exploited to execute arbitrary code in the context of the current process due to a lack of validation before performing...

8.8CVSS7.8AI score0.02737EPSS
SaveExploits0References1
zdt
zdt
added 2017/08/18 12:0 a.m.77 views

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter #3 Exploit

Exploit for windows platform in category dos / poc 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main let a = 1.1, 2.2; let b = new Uint32Array100; for let i = 0; i a0 = ; return 0; ; a0.toString; main; // Tested on Microsoft Edge 40.15063.0.0Insider...

7.6CVSS7.8AI score0.66911EPSS
SaveExploits6
seebug.org
seebug.org
added 2017/08/17 12:0 a.m.43 views

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter #3(CVE-2017-8601)

Coincidentally, Microsoft released the patch for the issue 1290 the day after I reported it. But it seems they fixed it incorrectly again. This time, "funca, b, i;" is replaced with "funca, b, ;". PoC: 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main...

7.6CVSS7.6AI score0.66911EPSS
SaveExploits6
Exploit DB
Exploit DB
added 2017/08/17 12:0 a.m.24 views

Microsoft Edge Chakra - Incorrect JIT Optimization with TypedArray Setter #2

a0 = ; return 0; ; a0.toString; main; I just changed "var b = new Uint32Array100;" to "var b = new Uint32Array0;", and it worked well. PoC: -- 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array0; // 0 // force t...

7.6CVSS7.4AI score0.67587EPSS
SaveExploits5
exploitpack
exploitpack
added 2017/08/17 12:0 a.m.15 views

Microsoft Edge Chakra - Incorrect JIT Optimization with TypedArray Setter #2

Microsoft Edge Chakra - Incorrect JIT Optimization with TypedArray Setter 2 a0 = ; return 0; ; a0.toString; main; I just changed "var b = new Uint32Array100;" to "var b = new Uint32Array0;", and it worked well. PoC: -- 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-32...

1.2AI score
SaveExploits0
exploitpack
exploitpack
added 2017/08/17 12:0 a.m.25 views

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter #3

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter 3 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main let a = 1.1, 2.2; let b = new Uint32Array100; for let i = 0; i a0 = ; return 0; ; a0.toString; main; // Tested on...

0.8AI score
SaveExploits0
zdt
zdt
added 2017/08/17 12:0 a.m.65 views

Microsoft Edge Chakra Incorrect Jit Optimization Exploit

This is a follow-up finding that the fix for an incorrect jit optimization with TypedArray setter in Microsoft Edge Chakra may not be sufficient. Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter 2 CVE-2017-8548 I think the fix for 1045 is incorrect. Here's the original Po...

7.6CVSS7.6AI score0.67587EPSS
SaveExploits5
Exploit DB
Exploit DB
added 2017/08/17 12:0 a.m.42 views

Microsoft Edge 40.15063.0.0 Chakra - Incorrect JIT Optimization with TypedArray Setter #3

'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main let a = 1.1, 2.2; let b = new Uint32Array100; for let i = 0; i a0 = ; return 0; ; a0.toString; main; // Tested on Microsoft Edge 40.15063.0.0Insider Preview...

7.6CVSS7.4AI score0.66911EPSS
SaveExploits6
zdt
zdt
added 2017/08/17 12:0 a.m.85 views

Microsoft Edge Chakra Incorrect Jit Optimization Exploit

Yet another finding that the fix for an incorrect jit optimization with TypedArray setter in Microsoft Edge Chakra may not be sufficient. Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter 3 CVE-2017-8601 Coincidentally, Microsoft released the patch for the issue 1290 the d...

7.6CVSS7.6AI score0.66911EPSS
SaveExploits6
seebug.org
seebug.org
added 2017/08/17 12:0 a.m.75 views

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter #2(CVE-2017-8548)

I think the fix for 1045 is incorrect. Here's the original PoC. 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array100; // force to optimize for var i = 0; i a0 = ; return 0; ; a0.toString; main; I just changed...

7.6CVSS7.6AI score0.67587EPSS
SaveExploits5
Packet Storm
Packet Storm
added 2017/08/16 12:0 a.m.50 views

Microsoft Edge Chakra Incorrect Jit Optimization

Microsoft Edge: Chakra: incorrect jit optimization with TypedArray setter 2 CVE-2017-8548 I think the fix for 1045 is incorrect. Here's the original PoC. 'use strict'; function funca, b, c a0 = 1.2; b0 = c; a1 = 2.2; a0 = 2.3023e-320; function main var a = 1.1, 2.2; var b = new Uint32Array100; //...

7.6CVSS0.5AI score0.67587EPSS
SaveExploits5
Rows per page
Query Builder