Security
Headlines
HeadlinesLatestCVEs

Tag

#java

CVE-2021-46070: Vehicle Service Management System - 'Service Requests' Stored Cross Site Scripting (XSS) - P.L.SANU

A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the Service Requests Section in login panel.

CVE
#xss#vulnerability#web#js#git#java
CVE-2021-46071: Vehicle Service Management System - 'Category List' Stored Cross Site Scripting (XSS) - P.L.SANU

A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the Category List Section in login panel.

CVE-2021-46069: Vehicle Service Management System - 'Mechanic List' Stored Cross Site Scripting (XSS) - P.L.SANU

A Stored Cross Site Scripting (XSS) vulnerability exists in Vehicle Service Management System 1.0 via the Mechanic List Section in login panel.

CVE-2021-46073: Vehicle Service Management System - 'User List' Stored Cross Site Scripting (XSS) - P.L.SANU

A Stored Cross Site Scripting (XSS) vulnerability exists in Sourcecodester Vehicle Service Management System 1.0 via the User List Section in login panel.

CVE-2021-27738

All request mappings in `StreamingCoordinatorController.java` handling `/kylin/api/streaming_coordinator/*` REST API endpoints did not include any security checks, which allowed an unauthenticated user to issue arbitrary requests, such as assigning/unassigning of streaming cubes, creation/modification and deletion of replica sets, to the Kylin Coordinator. For endpoints accepting node details in HTTP message body, unauthenticated (but limited) server-side request forgery (SSRF) can be achieved. This issue affects Apache Kylin Apache Kylin 3 versions prior to 3.1.2.

CVE-2021-44878: reinforce security on OIDC · pac4j/pac4j@22b82ff

Pac4j v5.1 and earlier allows (by default) clients to accept and successfully validate ID Tokens with "none" algorithm (i.e., tokens with no signature) which is not secure and violates the OpenID Core Specification. The "none" algorithm does not require any signature verification when validating the ID tokens, which allows the attacker to bypass the token validation by injecting a malformed ID token using "none" as the value of "alg" key in the header with an empty signature value.