Lucene search
+L

100 matches found

Cvelist
Cvelist
added 2020/10/21 8:1 p.m.28 views

CVE-2020-9748 Stack overflow vulnerability in Adobe Animate 20.5

Adobe Animate version 20.5 and earlier is affected by a stack overflow vulnerability, which could lead to arbitrary code execution in the context of the current user. Exploitation requires user interaction in that a victim must open a crafted .fla file in Animate...

7.8CVSS7.8AI score0.06271EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2020/10/20 11:0 p.m.5 views

CVE-2020-9749

Adobe Animate version 20.5 and earlier is affected by an out-of-bounds read vulnerability that could result in arbitrary code execution in the context of the current user. Exploitation requires user interaction in that a victim must open a crafted .fla file in Animate...

9.3CVSS7.9AI score0.04147EPSS
SaveExploits0References2
Openbugbounty
Openbugbounty
added 2020/09/14 10:2 a.m.8 views

fla-automobiles.fr Cross Site Scripting vulnerability OBB-1334775

Following coordinated and responsible vulnerability disclosure guidelines of the ISO 29147 standard, Open Bug Bounty has: &nbsp&nbsp&nbsp&nbsp&nbsp&nbspa. verified the vulnerability and confirmed its existence; &nbsp&nbsp&nbsp&nbsp&nbsp&nbspb. notified the website operator about its existence...

6.2AI score
SaveExploits0
Japan Vulnerability Notes
Japan Vulnerability Notes
added 2019/06/24 12:0 a.m.203 views

JVN#49575131: WordPress Plugin ”HTML5 Maps” vulnerable to cross-site request forgery

WordPress Plugin ”HTML5 Maps” provided by Fla-Shop.com contains a cross-site request forgery vulnerability CWE-352. Impact If a user views a malicious page while logged in, unintended operations may be performed. Solution Update the plugin Update the plugin according to the information provided b...

8.8CVSS8.5AI score0.01008EPSS
SaveExploits0
Openbugbounty
Openbugbounty
added 2018/03/25 7:21 a.m.15 views

fla-exporter.com XSS vulnerability

Open Bug Bounty ID: OBB-588287 Description| Value ---|--- Affected Website:| fla-exporter.com Open Bug Bounty Program:| Create your bounty program now. It's open and free. Vulnerable Application:| Custom Code Vulnerability Type:| XSS Cross Site Scripting / CWE-79 CVSSv3 Score:| 6.1...

6.2AI score
SaveExploits0
exploitpack
exploitpack
added 2016/12/14 12:0 a.m.74 views

Adobe Animate 15.2.1.95 - Memory Corruption

Adobe Animate 15.2.1.95 - Memory Corruption + Credits: John Page aka hyp3rlinx + Website: hyp3rlinx.altervista.org + Source: http://hyp3rlinx.altervista.org/advisories/ADOBE-ANIMATE-MEMORY-CORRUPTION-VULNERABILITY.txt + ISR: ApparitionSec Vendor: ============= www.adobe.com Products:...

10CVSS0.15785EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2016/12/14 12:0 a.m.83 views

Adobe Animate 15.2.1.95 - Memory Corruption

Credits: John Page aka hyp3rlinx + Website: hyp3rlinx.altervista.org + Source: http://hyp3rlinx.altervista.org/advisories/ADOBE-ANIMATE-MEMORY-CORRUPTION-VULNERABILITY.txt + ISR: ApparitionSec Vendor: ============= www.adobe.com Products: ============================= Adobe Animate 15.2.1.95 and...

10CVSS8.4AI score0.15785EPSS
SaveExploits4
zdt
zdt
added 2016/05/17 12:0 a.m.57 views

Adobe Flash - SetNative Use-After-Free

Exploit for windows platform in category dos / poc Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=800 There is a use-after-free in SetNative. If a watch is placed on a native that is initialized by SetNative, it can delete the object the set is being called on, leading to a...

7.6CVSS0.37213EPSS
SaveExploits2
exploitpack
exploitpack
added 2015/12/18 12:0 a.m.14 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:0 a.m.18 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
Exploit DB
Exploit DB
added 2015/12/18 12:0 a.m.31 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
zdt
zdt
added 2015/12/18 12:0 a.m.1783 views

Adobe Flash TextField.setFormat - Use-After-Free

Exploit for windows platform in category dos / poc 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 ca...

10CVSS0.5AI score0.43408EPSS
SaveExploits2
Exploit DB
Exploit DB
added 2015/12/18 12:0 a.m.23 views

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 with an integer parameter, the new constructor will get...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2015/12/17 12:0 a.m.15 views

Adobe Flash GradientFill - Use-After-Frees

Adobe Flash GradientFill - Use-After-Frees Source: https://code.google.com/p/google-security-research/issues/detail?id=557 There are a number of use-after-free vulnerabilities in MovieClip.beginGradientFill. If the spreadMethod or any other string parameter is an object with toString defined, thi...

0.5AI score
SaveExploits0
Exploit DB
Exploit DB
added 2015/08/19 12:0 a.m.21 views

Adobe Flash - Type Confusion in TextRenderer.setAdvancedAntialiasingTable

Source: https://code.google.com/p/google-security-research/issues/detail?id=409&can=1&q=label%3AProduct-Flash%20modified-after%3A2015%2F8%2F17&sort=id There is a type confusion issue in TextRenderer.setAdvancedAntialiasingTable. If the font, insideCutoff or outsideCutoff are set to objects that a...

10CVSS5.1AI score0.43387EPSS
SaveExploits1
Prion
Prion
added 2008/03/24 5:44 p.m.22 views

Code injection

Multiple unspecified vulnerabilities in FLA file parsing in Adobe Flash CS3 Professional, Flash Professional 8, and Flash Basic 8 on Windows allow user-assisted remote attackers to execute arbitrary code via a crafted .FLA file...

6.8CVSS8.2AI score0.19684EPSS
SaveExploits1References8Affected Software1
Cvelist
Cvelist
added 2008/03/24 5:0 p.m.30 views

CVE-2008-1201

Multiple unspecified vulnerabilities in FLA file parsing in Adobe Flash CS3 Professional, Flash Professional 8, and Flash Basic 8 on Windows allow user-assisted remote attackers to execute arbitrary code via a crafted .FLA file...

7.7AI score0.19684EPSS
SaveExploits1References8
CVE
CVE
added 2008/03/24 5:0 p.m.58 views

CVE-2008-1201

Affected software: Adobe Flash CS3 Professional, Flash Professional 8, and Flash Basic 8 running on Windows. Component: FLA file parser. Root cause: parsing malformed FLA files in the FLA parser can lead to arbitrary code execution. Impact: remote code execution with user-assisted exploitation; e...

6.8CVSS7.7AI score0.19684EPSS
SaveExploits1References8Affected Software1
securityvulns
securityvulns
added 2008/03/24 12:0 a.m.55 views

[Full-disclosure] Adobe Flash CS3 Professional FLA File Parsing Multiple Local Code Execute Vulnerabilities

Adobe Flash CS3 Professional FLA File Parsing Multiple Local Code Execute Vulnerabilities by [email protected] http://ruder.cdut.net Summary: More than three local code execute vulnerabilities exist in Adobe Flash CS3 Professional while it is parsing FLA files. An attacker who...

6.8CVSS0.2AI score0.19684EPSS
SaveExploits1
seebug.org
seebug.org
added 2008/03/21 12:0 a.m.31 views

Adobe Flash CS3 Professional FLA文件处理代码执行漏洞

BUGTRAQ ID: 28349 CVECAN ID: CVE-2008-1201 Adobe Flash CS3 Professional软件是用于为数码、Web和移动平台创建丰富的交互式内容的最高级创作环境。 Adobe Flash CS3 Professional处理畸形格式的.FLA文件时存在漏洞,攻击者可能利用此漏洞提升权限。 如果用户受骗使用Flash CS3 Professional打开了畸形的.FLA文件的话,就可能导致执行任意指令。 FLA是Flash Professional和Flash Basic的私有文件格式,Flash...

6.8CVSS6.4AI score0.19684EPSS
SaveExploits1
Rows per page
Query Builder