Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2019-25094: [BUGFIX] Prevent XSS on various formfield values · innologi/typo3-appointments@986d3cb

A vulnerability, which was classified as problematic, was found in innologi appointments Extension up to 2.0.5. This affects an unknown part of the component Appointment Handler. The manipulation of the argument formfield leads to cross site scripting. It is possible to initiate the attack remotely. Upgrading to version 2.0.6 is able to address this issue. The name of the patch is 986d3cb34e5e086c6f04e061f600ffc5837abe7f. It is recommended to upgrade the affected component. The identifier VDB-217353 was assigned to this vulnerability.

CVE
#xss#vulnerability

@@ -6,7 +6,7 @@ <td scope="row"> <f:translate key="property.appointment.address.name" /> </td> <td><f:format.html>{address.name}</f:format.html></td> <td><f:format.htmlspecialchars>{address.name}</f:format.htmlspecialchars></td> </tr> </f:if>
@@ -15,7 +15,7 @@ <td scope="row"> <f:translate key="property.appointment.address.socialSecurityNumber" /> </td> <td><f:format.html>{address.socialSecurityNumber}</f:format.html></td> <td><f:format.htmlspecialchars>{address.socialSecurityNumber}</f:format.htmlspecialchars></td> </tr> </f:if>
@@ -35,7 +35,9 @@ <td scope="row"> <f:translate key="property.appointment.address.birthday" /> </td> <td><f:format.date format="d-m-Y">{address.birthday}</f:format.date></td> <td><f:format.htmlspecialchars> <f:format.date format="d-m-Y">{address.birthday}</f:format.date> </f:format.htmlspecialchars></td> </tr> </f:if>
@@ -45,7 +47,9 @@ <f:translate key="property.appointment.address.address" /> </td> <td> <f:format.html>{address.address}<br />{address.zip} {address.city}</f:format.html> <f:format.htmlspecialchars>{address.address}</f:format.htmlspecialchars> <br /> <f:format.htmlspecialchars>{address.zip} {address.city}</f:format.htmlspecialchars> </td> </tr> </f:if> @@ -55,7 +59,7 @@ <td scope="row"> <f:translate key="property.appointment.address.email" /> </td> <td><f:format.html>{address.email}</f:format.html></td> <td><f:format.htmlspecialchars>{address.email}</f:format.htmlspecialchars></td> </tr> </f:if>

CVE: Latest News

CVE-2023-50976: Transactions API Authorization by oleiman · Pull Request #14969 · redpanda-data/redpanda