Lucene search
+L

13087 matches found

exploitpack
exploitpack
added 2015/12/21 12:00 a.m.11 views

Adobe Flash Sound.setTransform - Use-After-Free

Adobe Flash Sound.setTransform - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=568 There is a use-after-free in Sound.setTransform. If a transform value is set to an object with valueOf defined, it can free the transform before the values are set. A...

0.3AI score
SaveExploits0
zdt
zdt
added 2015/12/21 12:00 a.m.24 views

Adobe Flash Sound.setTransform - Use-After-Free

Exploit for windows platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=568 There is a use-after-free in Sound.setTransform. If a transform value is set to an object with valueOf defined, it can free the transform before the values are set. A...

10CVSS8.9AI score0.43408EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/21 12:00 a.m.23 views

Adobe Flash Sound.setTransform - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=568 There is a use-after-free in Sound.setTransform. If a transform value is set to an object with valueOf defined, it can free the transform before the values are set. A minimal PoC is as follows:...

10CVSS7.8AI score0.43408EPSS
SaveExploits2
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.14 views

Adobe Flash TextField.thickness Setter - Use-After-Free

Adobe Flash TextField.thickness Setter - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=587 There is a use-after-free in the TextField thickness setter. If the thickness parameter is an object with valueOf set to a function which frees the TextField...

SaveExploits0
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.16 views

Adobe Flash Selection.SetSelection - Use-After-Free

Adobe Flash Selection.SetSelection - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=590 There is a use-after-free in Selection.SetSelection. If it is called with a number parameter, which is an object with valueOf defined, and this function frees the...

0.2AI score
SaveExploits0
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.21 views

Adobe Flash TextField.type Setter - Use-After-Free

Adobe Flash TextField.type Setter - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=577 There is a use-after-free in the TextField.type setter. If the type the field is set to is an object with toString defined, the toString function can free the field's...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.20 views

Adobe Flash MovieClip.localToGlobal - Use-After-Free

Adobe Flash MovieClip.localToGlobal - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=570 There is a use-after-free issue in MovieClip.localToGlobal. If the Number constructor is overwritten with a new constructor and MovieClip.localToGlobal is called wi...

0.2AI score
SaveExploits0
zdt
zdt
added 2015/12/18 12:00 a.m.94 views

Adobe Flash MovieClip.localToGlobal - Use-After-Free

Exploit for windows platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=570 There is a use-after-free issue in MovieClip.localToGlobal. If the Number constructor is overwritten with a new constructor and MovieClip.localToGlobal is called with...

7AI score
SaveExploits0
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.27 views

Adobe Flash TextField.setFormat - Use-After-Free

Adobe Flash TextField.setFormat - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=586 The TextField setFormat method contains a use-after-free. If an integer parameter has valueOf defined, or the object parameter overrides a constructor, this method can...

0.5AI score
SaveExploits0
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.21 views

Adobe Flash MovieClip.startDrag - Use-After-Free

Adobe Flash MovieClip.startDrag - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=592 There is a use-after-free in MovieClip.startDrag. If a parameter an object with valueOf defined, this method can free the MovieClip, which is then used. A minimal POC...

0.3AI score
SaveExploits0
zdt
zdt
added 2015/12/18 12:00 a.m.78 views

Adobe Flash TextField.Variable Setter - Use-After-Free

Exploit for windows platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=579 There is a use-after-free in the TextField.variable setter. If the variable name that is added is an object with toString defined, the toString function can free the...

10CVSS0.2AI score0.43408EPSS
SaveExploits2
zdt
zdt
added 2015/12/18 12:00 a.m.27 views

Adobe Flash MovieClip.startDrag - Use-After-Free

Exploit for windows platform in category dos / poc Source: https://code.google.com/p/google-security-research/issues/detail?id=592 There is a use-after-free in MovieClip.startDrag. If a parameter an object with valueOf defined, this method can free the MovieClip, which is then used. A minimal POC...

10CVSS0.6AI score0.31634EPSS
SaveExploits2
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.13 views

Adobe Flash - TextField Use-After Free

Adobe Flash - TextField Use-After Free Source: https://code.google.com/p/google-security-research/issues/detail?id=583 If a TextField variable is set to a value with toString defined, and the TextField is updated, a use-after-free can occur if the toString method frees the TextField's parent. A...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.20 views

Adobe Flash - 'TextField' Use-After Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=583 If a TextField variable is set to a value with toString defined, and the TextField is updated, a use-after-free can occur if the toString method frees the TextField's parent. A minimal PoC is as follows: var mc =...

10CVSS7.8AI score0.43408EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.23 views

Adobe Flash MovieClip.startDrag - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=592 There is a use-after-free in MovieClip.startDrag. If a parameter an object with valueOf defined, this method can free the MovieClip, which is then used. A minimal POC follows: this.createEmptyMovieClip"mc", 1;...

10CVSS7.8AI score0.31634EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.37 views

Adobe Flash TextField.thickness Setter - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=587 There is a use-after-free in the TextField thickness setter. If the thickness parameter is an object with valueOf set to a function which frees the TextField parent, it is used after it is freed. A minimal PoC is as...

10CVSS7.8AI score0.43408EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.32 views

Adobe Flash TextField.tabIndex Setter - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=574 There is a use-after-free in the TextField.tabIndex setter. If the integer parameter is an object with valueOf defined, then it can free the TextField's parent, leading to a use-after-free. A minimal PoC follows: var...

10CVSS7.8AI score0.43408EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:00 a.m.23 views

Adobe Flash Selection.SetSelection - Use-After-Free

Source: https://code.google.com/p/google-security-research/issues/detail?id=590 There is a use-after-free in Selection.SetSelection. If it is called with a number parameter, which is an object with valueOf defined, and this function frees the parent of the TextField parameter, the object is used...

10CVSS7.8AI score0.31634EPSS
SaveExploits2
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.16 views

Adobe Flash TextField.replaceSel - Use-After-Free

Adobe Flash TextField.replaceSel - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=585 There is a use-after-free in TextField.replaceSel. If the string parameter of the method is set to an object with toString defined, this method can delete the...

0.3AI score
SaveExploits0
exploitpack
exploitpack
added 2015/12/18 12:00 a.m.16 views

Adobe Flash TextField.text Setter - Use-After-Free

Adobe Flash TextField.text Setter - Use-After-Free Source: https://code.google.com/p/google-security-research/issues/detail?id=576 There is a use-after-free in the TextField.text setter. If the text the field is set to is an object with toString defined, the toString function can free the field's...

SaveExploits0
Rows per page
Query Builder