Lucene search
+L

7042 matches found

CNNVD
CNNVD
added 2021/05/14 12:00 a.m.8 views

Kaspersky Password Manager 加密问题漏洞

Kaspersky Password Manager is an application from the Russian company Kaspersky. It provides a function to manage passwords. Kaspersky Password Manager suffers from a cryptographic vulnerability that arises from a password generator feature that allows an attacker to predict the passwords that wi...

7.5CVSS5.6AI score0.00739EPSS
SaveExploits0References2
Exploit DB
Exploit DB
added 2021/05/14 12:00 a.m.311 views

Podcast Generator 3.1 - 'Long Description' Persistent Cross-Site Scripting (XSS)

Exploit Title: Podcast Generator 3.1 - 'Long Description' Persistent Cross-Site Scripting XSS Date: 13/05/2021 Exploit Author: Ayşenur KARAASLAN Vendor Homepage: https://podcastgenerator.net/demoV2/ Software Link: https://podcastgenerator.net/download and...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2021/05/14 12:00 a.m.219 views

Podcast Generator 3.1 Cross Site Scripting

Exploit Title: Podcast Generator 3.1 - 'Long Description' Persistent Cross-Site Scripting XSS Date: 13/05/2021 Exploit Author: Ayşenur KARAASLAN Vendor Homepage: https://podcastgenerator.net/demoV2/ Software Link: https://podcastgenerator.net/download and...

7.4AI score
SaveExploits0
Veracode
Veracode
added 2021/05/11 7:28 a.m.25 views

Insecure Temporary File And Folder

openapi-generator-online uses insecure temporary file and folder. The usage of Files.createTempFile to create temporary files and folders allows auto-generated files to be read and modified by any user on the system...

9.3CVSS2.7AI score0.00351EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2021/05/11 12:05 a.m.70 views

Creation of Temporary File in Directory with Insecure Permissions in auto-generated Java, Scala code

Impact This vulnerability impacts generated code. If this code was generated as a one-off occasion, not as a part of an automated CI/CD process, this code will remain vulnerable until fixed manually! On Unix-Like systems, the system temporary directory is shared between all local users. When...

6.2CVSS0.3AI score0.00404EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2021/05/11 12:05 a.m.98 views

GHSA-CQXR-XF2W-943W Creation of Temporary File in Directory with Insecure Permissions in auto-generated Java, Scala code

Impact This vulnerability impacts generated code. If this code was generated as a one-off occasion, not as a part of an automated CI/CD process, this code will remain vulnerable until fixed manually! On Unix-Like systems, the system temporary directory is shared between all local users. When...

6.2CVSS5.9AI score0.00404EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2021/05/11 12:04 a.m.92 views

Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI-Generator online generator

Impact On Unix like systems, the system's temporary directory is shared between all users on that system. A collocated user can observe the process of creating a temporary sub directory in the shared temporary directory and race to complete the creation of the temporary subdirectory. This...

9.3CVSS0.5AI score0.00351EPSS
SaveExploits1References6Affected Software1
NVD
NVD
added 2021/05/10 8:15 p.m.62 views

CVE-2021-21430

OpenAPI Generator allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data...

6.2CVSS0.00404EPSS
SaveExploits1References3
OSV
OSV
added 2021/05/10 8:15 p.m.30 views

CVE-2021-21430

OpenAPI Generator allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data...

5.5CVSS7AI score
SaveExploits0References3
Prion
Prion
added 2021/05/10 8:15 p.m.29 views

Design/Logic Flaw

OpenAPI Generator allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. Using File.createTempFile in JDK will result in creating and using insecure temporary files that can leave application and system data...

2.1CVSS5.6AI score0.00404EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2021/05/10 7:25 p.m.140 views

CVE-2021-21430

OpenAPI Generator contains a vulnerability where code generated for Java/Scala performs insecure temporary file creation via File.createTempFile, risking exposure of application/data when handling binary uploads/downloads. Affected generators include Java (jersey2, okhttp-gson default) and scala-...

6.2CVSS5.7AI score0.00404EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2021/05/10 7:15 p.m.42 views

CVE-2021-21428

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

7CVSS6.8AI score
SaveExploits0References2
NVD
NVD
added 2021/05/10 7:15 p.m.46 views

CVE-2021-21428

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

9.3CVSS0.00351EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/05/10 7:15 p.m.5 views

CVE-2021-21428

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

9.3CVSS5.8AI score0.00351EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2021/05/10 7:15 p.m.27 views

Design/Logic Flaw

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

4.4CVSS6.7AI score0.00351EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/05/10 6:50 p.m.59 views

CVE-2021-21428 Creation of Temporary File in Directory with Insecure Permissions in the OpenAPI-Generator online generator

Openapi generator is a java tool which allows generation of API client libraries SDK generation, server stubs, documentation and configuration automatically given an OpenAPI Spec. openapi-generator-online creates insecure temporary folders with File.createTempFile during the code generation...

9.3CVSS9.4AI score0.00351EPSS
SaveExploits1References2
CVE
CVE
added 2021/05/10 6:50 p.m.121 views

CVE-2021-21428

CVE-2021-21428 affects the OpenAPI Generator project. The issue originates in the openapi-generator-online component, where temporary folders/files were created using File.createTempFile, allowing other users on the same system to read and potentially modify the auto-generated files. Root cause d...

9.3CVSS7AI score0.00351EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2021/05/10 6:38 p.m.30 views

GHSA-HCQ6-H8V2-R5WM Server-Side Request Forgery in node-pdf-generator

This affects all versions of package node-pdf-generator up to and including 0.0.6. Due to lack of user input validation and sanitization done to the content given to node-pdf-generator, it is possible for an attacker to craft a url that will be passed to an external server allowing an SSRF attack...

8.2CVSS8.1AI score0.02044EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2021/05/10 6:38 p.m.56 views

Server-Side Request Forgery in node-pdf-generator

This affects all versions of package node-pdf-generator up to and including 0.0.6. Due to lack of user input validation and sanitization done to the content given to node-pdf-generator, it is possible for an attacker to craft a url that will be passed to an external server allowing an SSRF attack...

8.2CVSS7.8AI score0.02044EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2021/05/10 12:00 a.m.10 views

Openapi generator 安全漏洞

openapi-generator is a software application. It provides an open API interface. A security vulnerability exists in Openapi generator. The vulnerability arises when the program creates insecure temporary directories that can be read and appended by any user on the system...

9.3CVSS7.3AI score0.00351EPSS
SaveExploits1References2
Rows per page
Query Builder