Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2022-4456: Merge branch 'fix-xss-vulnerabilities' · falling-fruit/falling-fruit@15adb8e

A vulnerability has been found in falling-fruit and classified as problematic. This vulnerability affects unknown code. The manipulation leads to cross site scripting. The attack can be initiated remotely. The name of the patch is 15adb8e1ea1f1c3e3d152fc266071f621ef0c621. It is recommended to apply a patch to fix this issue. VDB-215446 is the identifier assigned to this vulnerability.

CVE
#xss#vulnerability

@@ -42,11 +42,11 @@ Import.order(“id”).reverse.each do |import|

<td style="display:none;">

<!-- Comments -->

<% unless import.comments.blank? %>

<%= raw import.comments.gsub(“\n","<br/>”) %><br /><br />

<%= ERB::Util.html_escape(import.comments).gsub("\n", “<br/>”).html_safe %><br /><br />

<% end %>

<!-- License -->

<% unless import.license.blank? %>

<%= raw import.license.gsub(“\n","<br/>”) %>

<%= ERB::Util.html_escape(import.license).gsub("\n", “<br/>”).html_safe %>

<% else %>

<i><%= translate(“pages.datasets.no_license”).html_safe %></i>

<% end %>

CVE: Latest News

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