-
-
Notifications
You must be signed in to change notification settings - Fork 248
Two new (mruby, mongo-ruby-driver) advisories #1241
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
+72
−0
Merged
Changes from all commits
Commits
Show all changes
3 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,39 @@ | ||
| --- | ||
| gem: mongo | ||
| cve: 2026-88030 | ||
| ghsa: 4ww7-gqv6-mffc | ||
| url: https://nvd.nist.gov/vuln/detail/CVE-2026-88030 | ||
| title: MongoDB Ruby Driver - Improper neutralization of special | ||
| elements in data query logic in the GridFS component | ||
| date: 2026-09-10 | ||
| description: | | ||
| Improper neutralization of special elements in data query logic in | ||
| the GridFS component of the MongoDB Ruby Driver can cause a | ||
| caller-supplied structured file identifier to be interpreted as a | ||
| query condition rather than as a literal identifier. An authenticated | ||
| user who can influence the identifier passed by an affected application | ||
| may obtain stored file content beyond the intended target or cause | ||
| all GridFS file chunks in the affected bucket to be removed, | ||
| rendering stored file content unreadable. | ||
| cvss_v3: 8.3 | ||
| cvss_v4: 6.1 | ||
| unaffected_versions: | ||
| - "< 2.0.0" | ||
| patched_versions: | ||
| - ">= 2.26.0" | ||
| related: | ||
| url: | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2026-88030 | ||
| - https://rubygems.org/gems/mongo/versions/2.26.0 | ||
| - https://github.com/mongodb/mongo-ruby-driver/releases/tag/v2.26.0 | ||
| - https://github.com/mongodb/mongo-ruby-driver/pull/3105 | ||
| - https://github.com/mongodb/mongo-ruby-driver/commit/ed62bb56c2e24c79113709331862d0aa3da74c6d | ||
| - https://jira.mongodb.org/browse/RUBY-3941 | ||
| - https://github.com/advisories/GHSA-4ww7-gqv6-mffc | ||
| notes: | | ||
| - cvss_v4 from GHSA and nvd.nist.gov URLs. | ||
| - cvss_v3 from nvd.nist.gov URLs. | ||
| - Found "Use exact match for file ID in GridFS methods (CVE-2026-88030)" | ||
| reference above in commit and releases/tag URLs. | ||
| - NOTE: gem name is "mongo" and repo name is "mongo-ruby-driver". | ||
| - This is an unreviewed GHSA advisory. | ||
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,33 @@ | ||
| --- | ||
| engine: mruby | ||
| cve: 2026-79590 | ||
| ghsa: q9f2-rhj2-x3xg | ||
| url: https://nvd.nist.gov/vuln/detail/CVE-2026-79590 | ||
| title: A NULL pointer dereference vulnerability in mruby 4.0.0 | ||
| date: 2026-09-10 | ||
| description: | | ||
| A NULL pointer dereference vulnerability exists in the Prism parser | ||
| component of mruby 4.0.0. An attacker can provide a specially | ||
| crafted Ruby source file that triggers the parser to pass a | ||
| NULL pointer to nonnull string handling functions, resulting | ||
| in undefined behavior and application crash. | ||
| unaffected_versions: | ||
| - "< 4.0.0" | ||
| patched_versions: | ||
|
jasnow marked this conversation as resolved.
|
||
| - ">= 4.1.0-rc" | ||
| related: | ||
| url: | ||
| - https://nvd.nist.gov/vuln/detail/CVE-2026-79590 | ||
| - https://github.com/mruby/mruby/blob/master/NEWS.md#user-visible-changes-in-mruby41-from-mruby40 | ||
| - https://github.com/mruby/mruby/compare/4.0.0...4.1.0-rc | ||
| - https://github.com/mruby/mruby/commit/c6866eed4ad5640b552ba79d16063e7ec70a0ac9 | ||
| - https://github.com/mruby/mruby/issues/7032 | ||
| - https://github.com/advisories/GHSA-q9f2-rhj2-x3xg | ||
| notes: | | ||
| - Neither GHSA or nvd.nist.gov URL have cvss values. | ||
| - It is an unreviewed GHSA advisory. | ||
| - Found https://github.com/mruby/mruby/issues/7032 reference | ||
| in this file under "Fixed GitHub Issues" | ||
| - https://github.com/mruby/mruby/blob/master/NEWS.md#user-visible-changes-in-mruby41-from-mruby40 | ||
| - https://github.com/mruby/mruby/commit/c6866eed4ad5640b552ba79d16063e7ec70a0ac9 | ||
| (mruby-compiler: give Prism an allocator that answers a zero size) | ||
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.