diff --git a/advisories/github-reviewed/2023/12/GHSA-gqj2-324p-vx73/GHSA-gqj2-324p-vx73.json b/advisories/github-reviewed/2023/12/GHSA-gqj2-324p-vx73/GHSA-gqj2-324p-vx73.json index ca47777b124..e12abfff343 100644 --- a/advisories/github-reviewed/2023/12/GHSA-gqj2-324p-vx73/GHSA-gqj2-324p-vx73.json +++ b/advisories/github-reviewed/2023/12/GHSA-gqj2-324p-vx73/GHSA-gqj2-324p-vx73.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-gqj2-324p-vx73", - "modified": "2023-12-07T23:07:50Z", + "modified": "2024-10-15T23:34:25Z", "published": "2023-12-04T18:30:32Z", "aliases": [ "CVE-2023-48910" ], "summary": "Microcks contains a Server-Side Request Forgery (SSRF) via the component /jobs and /artifact/download", - "details": "Microcks up to 1.17.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /jobs and /artifact/download. This vulnerability allows attackers to access network resources and sensitive information via a crafted GET request.", + "details": "Microcks up to version 1.17.1 was discovered to contain a Server-Side Request Forgery (SSRF) via the component /jobs and /artifact/download. This vulnerability allows attackers to access network resources and sensitive information via a crafted GET request.", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2024/06/GHSA-3hjh-jh2h-vrg6/GHSA-3hjh-jh2h-vrg6.json b/advisories/github-reviewed/2024/06/GHSA-3hjh-jh2h-vrg6/GHSA-3hjh-jh2h-vrg6.json index ae01a9afa06..61404608c60 100644 --- a/advisories/github-reviewed/2024/06/GHSA-3hjh-jh2h-vrg6/GHSA-3hjh-jh2h-vrg6.json +++ b/advisories/github-reviewed/2024/06/GHSA-3hjh-jh2h-vrg6/GHSA-3hjh-jh2h-vrg6.json @@ -59,7 +59,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-400" + "CWE-400", + "CWE-674" ], "severity": "MODERATE", "github_reviewed": true, diff --git a/advisories/github-reviewed/2024/06/GHSA-7hrh-v6wp-53vw/GHSA-7hrh-v6wp-53vw.json b/advisories/github-reviewed/2024/06/GHSA-7hrh-v6wp-53vw/GHSA-7hrh-v6wp-53vw.json index 9c091c61146..592e3554f68 100644 --- a/advisories/github-reviewed/2024/06/GHSA-7hrh-v6wp-53vw/GHSA-7hrh-v6wp-53vw.json +++ b/advisories/github-reviewed/2024/06/GHSA-7hrh-v6wp-53vw/GHSA-7hrh-v6wp-53vw.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-7hrh-v6wp-53vw", - "modified": "2024-06-17T15:25:31Z", + "modified": "2024-10-15T23:34:18Z", "published": "2024-06-06T19:10:21Z", "aliases": [ "CVE-2024-37154" @@ -283,7 +283,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-285" + "CWE-285", + "CWE-863" ], "severity": "MODERATE", "github_reviewed": true, diff --git a/advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json b/advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json index 03551089008..f0f56c599d3 100644 --- a/advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json +++ b/advisories/github-reviewed/2024/06/GHSA-v9q6-fm48-rx74/GHSA-v9q6-fm48-rx74.json @@ -51,7 +51,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-20" + "CWE-20", + "CWE-798" ], "severity": "CRITICAL", "github_reviewed": true, diff --git a/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json b/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json new file mode 100644 index 00000000000..a07fdf5e1b6 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-h47h-mwp9-c6q6/GHSA-h47h-mwp9-c6q6.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-h47h-mwp9-c6q6", + "modified": "2024-10-15T23:35:38Z", + "published": "2024-10-15T23:35:38Z", + "aliases": [ + "CVE-2024-47889" + ], + "summary": "Possible ReDoS vulnerability in block_format in Action Mailer", + "details": "There is a possible ReDoS vulnerability in the block_format helper in Action Mailer. This vulnerability has been assigned the CVE identifier CVE-2024-47889.\n\nImpact\n------\n\nCarefully crafted text can cause the block_format helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or apply the relevant patch immediately.\n\nRuby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 requires Ruby 3.2 or greater so is unaffected.\n\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nUsers can avoid calling the `block_format` helper or upgrade to Ruby 3.2\n\nCredits\n-------\n\nThanks to [ooooooo_q](https://hackerone.com/ooooooo_q) for the report!", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "actionmailer" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "6.1.7.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionmailer" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.0.8.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionmailer" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.1.0" + }, + { + "fixed": "7.1.4.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionmailer" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.2.0" + }, + { + "fixed": "7.2.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/rails/rails/security/advisories/GHSA-h47h-mwp9-c6q6" + }, + { + "type": "PACKAGE", + "url": "https://github.com/rails/rails" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-15T23:35:38Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-mq92-jr35-ffpc/GHSA-mq92-jr35-ffpc.json b/advisories/github-reviewed/2024/10/GHSA-mq92-jr35-ffpc/GHSA-mq92-jr35-ffpc.json index af03e1808f3..a81d63c0165 100644 --- a/advisories/github-reviewed/2024/10/GHSA-mq92-jr35-ffpc/GHSA-mq92-jr35-ffpc.json +++ b/advisories/github-reviewed/2024/10/GHSA-mq92-jr35-ffpc/GHSA-mq92-jr35-ffpc.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-mq92-jr35-ffpc", - "modified": "2024-10-09T22:09:43Z", + "modified": "2024-10-15T23:34:36Z", "published": "2024-10-09T21:31:08Z", "aliases": [ "CVE-2024-7038" @@ -59,7 +59,8 @@ ], "database_specific": { "cwe_ids": [ - "CWE-200" + "CWE-200", + "CWE-209" ], "severity": "LOW", "github_reviewed": true, diff --git a/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json b/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json new file mode 100644 index 00000000000..d01029ff315 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-vfg9-r3fq-jvx4/GHSA-vfg9-r3fq-jvx4.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-vfg9-r3fq-jvx4", + "modified": "2024-10-15T23:35:35Z", + "published": "2024-10-15T23:35:35Z", + "aliases": [ + "CVE-2024-47887" + ], + "summary": "Possible ReDoS vulnerability in HTTP Token authentication in Action Controller", + "details": "There is a possible ReDoS vulnerability in Action Controller's HTTP Token authentication. This vulnerability has been assigned the CVE identifier CVE-2024-47887.\n\nImpact\n------\n\nFor applications using HTTP Token authentication via `authenticate_or_request_with_http_token` or similar, a carefully crafted header may cause header parsing to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or apply the relevant patch immediately.\n\nRuby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nUsers on Ruby 3.2 are unaffected by this issue.\n\n\nCredits\n-------\nThanks to [scyoon](https://hackerone.com/scyoon) for reporting", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "6.1.7.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.0.8.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.1.0" + }, + { + "fixed": "7.1.4.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.2.0" + }, + { + "fixed": "7.2.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/rails/rails/security/advisories/GHSA-vfg9-r3fq-jvx4" + }, + { + "type": "PACKAGE", + "url": "https://github.com/rails/rails" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-15T23:35:35Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json b/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json new file mode 100644 index 00000000000..3a0352f9950 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-wwhv-wxv9-rpgw/GHSA-wwhv-wxv9-rpgw.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wwhv-wxv9-rpgw", + "modified": "2024-10-15T23:35:36Z", + "published": "2024-10-15T23:35:36Z", + "aliases": [ + "CVE-2024-47888" + ], + "summary": "Possible ReDoS vulnerability in plain_text_for_blockquote_node in Action Text", + "details": "There is a possible ReDoS vulnerability in the plain_text_for_blockquote_node helper in Action Text. This vulnerability has been assigned the CVE identifier CVE-2024-47888.\n\nImpact\n------\n\nCarefully crafted text can cause the plain_text_for_blockquote_node helper to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or apply the relevant patch immediately.\n\nRuby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.\n\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nUsers can avoid calling `plain_text_for_blockquote_node` or upgrade to Ruby 3.2\n\nCredits\n-------\n\nThanks to [ooooooo_q](https://hackerone.com/ooooooo_q) for the report!", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "actiontext" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.0.0" + }, + { + "fixed": "6.1.7.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actiontext" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.0.8.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actiontext" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.1.0" + }, + { + "fixed": "7.1.4.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actiontext" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.2.0" + }, + { + "fixed": "7.2.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/rails/rails/security/advisories/GHSA-wwhv-wxv9-rpgw" + }, + { + "type": "PACKAGE", + "url": "https://github.com/rails/rails" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-15T23:35:36Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-x76w-6vjr-8xgj/GHSA-x76w-6vjr-8xgj.json b/advisories/github-reviewed/2024/10/GHSA-x76w-6vjr-8xgj/GHSA-x76w-6vjr-8xgj.json new file mode 100644 index 00000000000..38732e11eb2 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-x76w-6vjr-8xgj/GHSA-x76w-6vjr-8xgj.json @@ -0,0 +1,111 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x76w-6vjr-8xgj", + "modified": "2024-10-15T23:35:33Z", + "published": "2024-10-15T23:35:33Z", + "aliases": [ + "CVE-2024-41128" + ], + "summary": "Possible ReDoS vulnerability in query parameter filtering in Action Dispatch", + "details": "There is a possible ReDoS vulnerability in the query parameter filtering routines of Action Dispatch. This vulnerability has been assigned the CVE identifier CVE-2024-41128.\n\nImpact\n------\n\nCarefully crafted query parameters can cause query parameter filtering to take an unexpected amount of time, possibly resulting in a DoS vulnerability. All users running an affected release should either upgrade or apply the relevant patch immediately.\n\nRuby 3.2 has mitigations for this problem, so Rails applications using Ruby 3.2 or newer are unaffected. Rails 8.0.0.beta1 depends on Ruby 3.2 or greater so is unaffected.\n\n\nReleases\n--------\nThe fixed releases are available at the normal locations.\n\nWorkarounds\n-----------\nUsers on Ruby 3.2 are unaffected by this issue.\n\n\nCredits\n-------\n\nThanks to [scyoon](https://hackerone.com/scyoon) for the report and patches!", + "severity": [ + + ], + "affected": [ + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.1.0" + }, + { + "fixed": "6.1.7.9" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.0.0" + }, + { + "fixed": "7.0.8.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.1.0" + }, + { + "fixed": "7.1.4.1" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "RubyGems", + "name": "actionpack" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "7.2.0" + }, + { + "fixed": "7.2.1.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/rails/rails/security/advisories/GHSA-x76w-6vjr-8xgj" + }, + { + "type": "PACKAGE", + "url": "https://github.com/rails/rails" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "LOW", + "github_reviewed": true, + "github_reviewed_at": "2024-10-15T23:35:33Z", + "nvd_published_at": null + } +} \ No newline at end of file