-
-
Notifications
You must be signed in to change notification settings - Fork 231
GHSA/SYNC: 4 new and 1 renamed advisories #1015
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
postmodern
merged 4 commits into
rubysec:master
from
jasnow:ghsa-syncbot-2026-03-19-08_31_51
Mar 24, 2026
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| --- | ||
| gem: avo | ||
| cve: 2026-33209 | ||
| ghsa: 762r-27w2-q22j | ||
| url: https://github.com/avo-hq/avo/security/advisories/GHSA-762r-27w2-q22j | ||
| title: Avo has a XSS vulnerability on `return_to` param | ||
| date: 2026-03-18 | ||
| description: | | ||
| ## Description | ||
|
|
||
| A reflected cross-site scripting (XSS) vulnerability exists in | ||
| the `return_to` query parameter used in the avo interface. | ||
|
|
||
| An attacker can craft a malicious URL that injects arbitrary | ||
| JavaScript, which is executed when he clicks a dynamically | ||
| generated navigation button. | ||
|
|
||
| ## Impact | ||
|
|
||
| This vulnerability may allow execution of arbitrary JavaScript | ||
| in the context of the application. | ||
|
|
||
| Impact varies depending on deployment: | ||
| - In unauthenticated setups: exploitable via crafted links sent to users. | ||
| - In authenticated setups: limited to authenticated users and | ||
| requires interaction. | ||
| patched_versions: | ||
| - ">= 3.30.3" | ||
| related: | ||
| url: | ||
| - https://github.com/avo-hq/avo/security/advisories/GHSA-762r-27w2-q22j | ||
| - https://github.com/advisories/GHSA-762r-27w2-q22j | ||
| notes: | | ||
| - no CVE, CVSS's | ||
1 change: 1 addition & 0 deletions
1
gems/devise/GHSA-57hq-95w6-v4fc.yml → gems/devise/CVE-2026-32700.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| --- | ||
| gem: json | ||
| cve: 2026-33210 | ||
| ghsa: 3m6g-2423-7cp3 | ||
| url: https://github.com/ruby/json/security/advisories/GHSA-3m6g-2423-7cp3 | ||
| title: Ruby JSON has a format string injection vulnerability | ||
| date: 2026-03-19 | ||
| description: | | ||
| ### Impact | ||
|
|
||
| A format string injection vulnerability than that lead to denial of | ||
| service attacks or information disclosure, when the `allow_duplicate_key: | ||
| false` parsing option is used to parse user supplied documents. | ||
|
|
||
| This option isn't the default, if you didn't opt-in to use it, | ||
| you are not impacted. | ||
|
|
||
| ### Patches | ||
|
|
||
| Patched in `2.19.2`. | ||
|
|
||
| ### Workarounds | ||
|
|
||
| The issue can be avoided by not using the `allow_duplicate_key: false` | ||
| parsing option. | ||
| unaffected_versions: | ||
| - "< 2.14.0" | ||
| patched_versions: | ||
| - "~> 2.15.2.1" | ||
| - "~> 2.17.1.2" | ||
| - ">= 2.19.2" | ||
| related: | ||
| url: | ||
| - https://github.com/ruby/json/security/advisories/GHSA-3m6g-2423-7cp3 | ||
| - https://github.com/advisories/GHSA-3m6g-2423-7cp3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| gem: katello | ||
| cve: 2026-4324 | ||
| ghsa: fwj4-6wgp-mpxm | ||
| url: https://access.redhat.com/security/cve/CVE-2026-4324 | ||
| title: Katello - Denial of Service and potential information | ||
| disclosure via SQL injection' | ||
| date: 2026-03-17 | ||
| description: | | ||
| A flaw was found in the Katello plugin for Red Hat Satellite. This | ||
| vulnerability, caused by improper sanitization of user-provided | ||
| input, allows a remote attacker to inject arbitrary SQL commands | ||
| into the sort_by parameter of the /api/hosts/bootc_images API | ||
| endpoint. This can lead to a Denial of Service (DoS) by triggering | ||
| database errors, and potentially enable Boolean-based Blind SQL | ||
| injection, which could allow an attacker to extract sensitive | ||
| information from the database. | ||
| cvss_v3: 5.4 | ||
| patched_versions: | ||
| - ">= 4.19.1" | ||
| related: | ||
| url: | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2026-4324 | ||
| - https://access.redhat.com/security/cve/CVE-2026-4324 | ||
| - https://bugzilla.redhat.com/show_bug.cgi?id=2448349 | ||
| - https://github.com/Katello/katello/commit/a0a793b08d4f0a897ee985d79a687ad043f99e57 | ||
| - https://github.com/advisories/GHSA-fwj4-6wgp-mpxm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| --- | ||
| gem: loofah | ||
| ghsa: 46fp-8f5p-pf2m | ||
| url: https://github.com/flavorjones/loofah/security/advisories/GHSA-46fp-8f5p-pf2m | ||
| title: Improper detection of disallowed URIs by Loofah `allowed_uri?` | ||
| date: 2026-03-18 | ||
| description: | | ||
| ## Summary | ||
|
|
||
| `Loofah::HTML5::Scrub.allowed_uri?` does not correctly reject | ||
| `javascript:` URIs when the scheme is split by HTML entity-encoded | ||
| control characters such as ` ` (carriage return), ` ` | ||
| (line feed), or `	` (tab). | ||
|
|
||
| ## Details | ||
|
|
||
| The `allowed_uri?` method strips literal control characters before | ||
| decoding HTML entities. Payloads like `java script:alert(1)` | ||
| survive the control character strip, then ` ` is decoded to | ||
| a carriage return, producing `java\rscript:alert(1)`. | ||
|
|
||
| Note that the Loofah sanitizer's default `sanitize()` path is | ||
| **not affected** because Nokogiri decodes HTML entities during | ||
| parsing before Loofah evaluates the URI protocol. This issue only | ||
| affects direct callers of the `allowed_uri?` string-level helper | ||
| when passing HTML-encoded strings. | ||
|
|
||
| ## Impact | ||
|
|
||
| Applications that call `Loofah::HTML5::Scrub.allowed_uri?` to | ||
| validate user-controlled URLs and then render approved URLs into | ||
| `href` or other browser-interpreted URI attributes may be | ||
| vulnerable to cross-site scripting (XSS). | ||
|
|
||
| This only affects Loofah `2.25.0`. | ||
|
|
||
| ## Mitigation | ||
|
|
||
| Upgrade to Loofah >= `2.25.1`. | ||
|
|
||
| ## Credit | ||
|
|
||
| Responsibly reported by HackOne user `@smlee`. | ||
| unaffected_versions: | ||
| - "< 2.25.0" | ||
| patched_versions: | ||
| - ">= 2.25.1" | ||
| related: | ||
| url: | ||
| - https://github.com/flavorjones/loofah/security/advisories/GHSA-46fp-8f5p-pf2m | ||
| - https://github.com/advisories/GHSA-46fp-8f5p-pf2m |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.