Lucene search
+L

200 matches found

Cvelist
Cvelist
added 2022/05/24 3:30 p.m.40 views

CVE-2014-125001 Cardo Systems Scala Rider Q3 Cardo-Updater api privileges management

A vulnerability classified as critical has been found in Cardo Systems Scala Rider Q3. Affected is the file /cardo/api of the Cardo-Updater. Unauthenticated remote code execution with root permissions is possible. Firewalling or disabling the service is recommended...

8.1CVSS9.2AI score0.03683EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2022/05/24 12:00 a.m.11 views

Cardo Systems Scala Rider Q3 安全漏洞

Cardo Systems Scala Rider Q3 is a new Bluetooth headset from Cardo by Cardo Systems. A security vulnerability exists in Cardo Systems Scala Rider Q3, which can be exploited by an attacker to execute unauthenticated remote code using root privileges...

8.8CVSS8.4AI score0.03683EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2022/05/17 12:28 a.m.26 views

Insufficient Data Verification in io.really:jwt-scala

jwt-scala 1.2.2 and earlier fails to verify token signatures correctly which may lead to an attacker being able to pass specially crafted JWT data as a correctly signed token...

5.3CVSS3.6AI score0.00681EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/05/17 12:28 a.m.37 views

GHSA-9PXM-8G95-Q5XR Insufficient Data Verification in io.really:jwt-scala

jwt-scala 1.2.2 and earlier fails to verify token signatures correctly which may lead to an attacker being able to pass specially crafted JWT data as a correctly signed token...

5.3CVSS5.2AI score0.00681EPSS
SaveExploits0References3
CVE
CVE
added 2022/04/02 8:22 p.m.76 views

CVE-2022-28355

CVE-2022-28355 concerns Scala.js prior to 1.10.0, where randomUUID generates predictable values due to insecure encryption in the randomUUID implementation. The vulnerability affects Scala.js’s code generation/runtime relying on UUID generation. The publicly documented fix is to upgrade to Scala....

7.5CVSS7.5AI score0.01431EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2021/09/21 6:15 p.m.40 views

CVE-2021-41084

http4s is an open source scala interface for HTTP. In affected versions http4s is vulnerable to response-splitting or request-splitting attacks when untrusted user input is used to create any of the following fields: Header names Header.nameå, Header values Header.value, Status reason phrases...

8.7CVSS0.01235EPSS
SaveExploits1References4
OSV
OSV
added 2021/09/21 6:15 p.m.23 views

CVE-2021-41084

http4s is an open source scala interface for HTTP. In affected versions http4s is vulnerable to response-splitting or request-splitting attacks when untrusted user input is used to create any of the following fields: Header names Header.nameå, Header values Header.value, Status reason phrases...

4.7CVSS6.8AI score
SaveExploits0References4
CVE
CVE
added 2021/09/21 5:20 p.m.80 views

CVE-2021-41084

The CVE-2021-41084 issue affects http4s, where untrusted input in header names, header values, status reason phrases, URI paths, or URI registered names can enable response-splitting or request-splitting attacks. The vulnerability spans affected http4s versions up to 0.21.x and is fixed in 0.21.3...

8.7CVSS5.1AI score0.01235EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2021/09/21 5:20 p.m.37 views

CVE-2021-41084 Response Splitting from unsanitized headers in http4s

http4s is an open source scala interface for HTTP. In affected versions http4s is vulnerable to response-splitting or request-splitting attacks when untrusted user input is used to create any of the following fields: Header names Header.nameå, Header values Header.value, Status reason phrases...

8.7CVSS8.8AI score0.01235EPSS
SaveExploits1References4
OSV
OSV
added 2021/09/01 8:15 p.m.24 views

CVE-2021-39185

Http4s is a minimal, idiomatic Scala interface for HTTP services. In http4s versions 0.21.26 and prior, 0.22.0 through 0.22.2, 0.23.0, 0.23.1, and 1.0.0-M1 through 1.0.0-M24, the default CORS configuration is vulnerable to an origin reflection attack. The middleware is also susceptible to a Null...

9.1CVSS9.2AI score
SaveExploits0References2
CVE
CVE
added 2021/09/01 7:25 p.m.66 views

CVE-2021-39185

Http4s is affected by a vulnerability in the default CORS configuration that enables origin reflection and a Null Origin Attack for versions 0.21.26 and prior, 0.22.0–0.22.2, 0.23.0, 0.23.1, and 1.0.0-M1 through 1.0.0-M24. The issue stems from the default CORS settings allowing credentialed acces...

9.1CVSS9.2AI score0.00594EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/05/27 6:15 p.m.19 views

CVE-2021-32643

Http4s is a Scala interface for HTTP services. StaticFile.fromUrl can leak the presence of a directory on a server when the URL scheme is not file://, and the URL points to a fetchable resource under its scheme and authority. The function returns FNone, indicating no resource, if url.getFile is a...

5.8CVSS5.6AI score
SaveExploits0References3
Prion
Prion
added 2021/05/27 6:15 p.m.27 views

Design/Logic Flaw

Http4s is a Scala interface for HTTP services. StaticFile.fromUrl can leak the presence of a directory on a server when the URL scheme is not file://, and the URL points to a fetchable resource under its scheme and authority. The function returns FNone, indicating no resource, if url.getFile is a...

5CVSS5.5AI score0.01395EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/05/27 5:15 p.m.53 views

CVE-2021-32643 StaticFile.fromUrl can leak presence of a directory

Http4s is a Scala interface for HTTP services. StaticFile.fromUrl can leak the presence of a directory on a server when the URL scheme is not file://, and the URL points to a fetchable resource under its scheme and authority. The function returns FNone, indicating no resource, if url.getFile is a...

5.8CVSS5.8AI score0.01395EPSS
SaveExploits0References3
CVE
CVE
added 2021/05/27 5:15 p.m.68 views

CVE-2021-32643

The CVE-2021-32643 issue affects http4s (Scala HTTP services) where StaticFile.fromUrl can reveal the existence of a server directory when the URL scheme is not file://. If url.getFile is a directory, a non-file URL could yield a 404 that leaks directory presence, without exposing contents or met...

5.8CVSS5.5AI score0.01395EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2021/05/27 12:00 a.m.25 views

http4s 路径遍历漏洞

Http4s is an open source for Scala streaming HTTP server . Http4s has a path traversal vulnerability that can be exploited by an attacker to obtain sensitive information...

5.8CVSS5.6AI score0.01395EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2021/05/11 12:05 a.m.71 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
NVD
NVD
added 2021/05/10 8:15 p.m.64 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
Rows per page
Query Builder