Security
Headlines
HeadlinesLatestCVEs

Headline

CVE-2020-36624: Protect against reverse tabnabbing (#19) · ahorner/text-helpers@184b60d

A vulnerability was found in ahorner text-helpers 1.1.0/1.1.1. It has been declared as critical. This vulnerability affects unknown code of the file lib/text_helpers/translation.rb. The manipulation of the argument link leads to use of web link to untrusted target with window.opener access. The attack can be initiated remotely. Upgrading to version 1.2.0 is able to address this issue. The name of the patch is 184b60ded0e43c985788582aca2d1e746f9405a3. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-216520.

CVE
#vulnerability#web

@@ -12,7 +12,7 @@ def link(link, title, content) attributes = [ (“href=\"#{link}\"” if link), (“title=\"#{title}\"” if title), (“target=\"_blank\"” if link =~ PROTOCOL_MATCHER), (“target=\"_blank\” rel=\"noopener\"" if link.match?(PROTOCOL_MATCHER)), ]
“<a #{attributes.compact.join(" ")}>#{content}</a>” @@ -44,7 +44,7 @@ def text(key, options = {}) interpolation_options = { cascade: true }.merge(options)
# Interpolate any keypaths (e.g., `!some.lookup.path/key!`) found in the text. while text =~ KEYPATH_MATCHER do while text.match?(KEYPATH_MATCHER) do text = text.gsub(KEYPATH_MATCHER) { |match| I18n.t($1, **interpolation_options) } end

Related news

GHSA-74hc-57m5-83ch: text_helpers uses web link to untrusted target with window.opener access

A vulnerability was found in ahorner text-helpers 1.1.0/1.1.1. It has been declared as critical. This vulnerability affects unknown code of the file lib/text_helpers/translation.rb. The manipulation of the argument link leads to use of web link to untrusted target with window.opener access. The attack can be initiated remotely. Upgrading to version 1.2.0 can address this issue. The name of the patch is 184b60ded0e43c985788582aca2d1e746f9405a3. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-216520.

CVE: Latest News

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