mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-ppjr-267j-5p9x GHSA-469h-mqg8-535r GHSA-jm79-9pm4-vrw9
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-ppjr-267j-5p9x",
|
||||
"modified": "2023-03-20T21:11:58Z",
|
||||
"modified": "2023-07-19T19:19:42Z",
|
||||
"published": "2023-03-20T21:11:58Z",
|
||||
"aliases": [
|
||||
|
||||
],
|
||||
"summary": "NULL pointer derefernce in `stb_image`",
|
||||
"details": "A bug in error handling in the `stb_image` C library could cause a NULL pointer dereference when attempting to load an invalid or unsupported image file. This is fixed in version 0.2.5 and later of the `stb_image` Rust crate, by patching the C code to correctly handle NULL pointers.\n\nThank you to GitHub user 0xdd96 for finding and fixing this vulnerability.\n",
|
||||
"details": "A bug in error handling in the `stb_image` C library could cause a NULL pointer dereference when attempting to load an invalid or unsupported image file. This is fixed in version 0.2.5 and later of the `stb_image` Rust crate, by patching the C code to correctly handle NULL pointers.\n",
|
||||
"severity": [
|
||||
|
||||
],
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-469h-mqg8-535r",
|
||||
"modified": "2023-07-11T22:47:01Z",
|
||||
"modified": "2023-07-19T19:18:56Z",
|
||||
"published": "2023-07-11T22:47:01Z",
|
||||
"aliases": [
|
||||
"CVE-2023-32693"
|
||||
],
|
||||
"summary": "Decidim Cross-site Scripting vulnerability in the external link redirections",
|
||||
"details": "### Impact\n\nThe external link feature is susceptible to Cross-site scripting. This allows a remote attacker to execute JavaScript code in the context of a currently logged-in user. An attacker could use this vulnerability to make other users endorse or support proposals they have no intention of supporting or endorsing.\n\n### Patches\n\nThe problem was patched in [v0.27.3](https://github.com/decidim/decidim/releases/tag/v0.27.3) and [v0.26.6](https://github.com/decidim/decidim/releases/tag/v0.26.6)\n",
|
||||
"details": "### Impact\n\nThe external link feature is susceptible to Cross-site scripting. This allows a remote attacker to execute JavaScript code in the context of a currently logged-in user. An attacker could use this vulnerability to make other users endorse or support proposals they have no intention of supporting or endorsing.\n\n### Patches\n\nThe problem was patched in [v0.27.3](https://github.com/decidim/decidim/releases/tag/v0.27.3) and [v0.26.7](https://github.com/decidim/decidim/releases/tag/v0.26.7)\n",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
@@ -28,7 +28,7 @@
|
||||
"introduced": "0.25.0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.26.6"
|
||||
"fixed": "0.26.7"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -66,7 +66,7 @@
|
||||
"introduced": "0.25.0"
|
||||
},
|
||||
{
|
||||
"fixed": "0.26.6"
|
||||
"fixed": "0.26.7"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -107,11 +107,19 @@
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/decidim/decidim/releases/tag/v0.26.6"
|
||||
"url": "https://github.com/decidim/decidim/releases/tag/v0.26.7"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/decidim/decidim/releases/tag/v0.27.3"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/decidim-core/CVE-2023-32693.yml"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/decidim/CVE-2023-32693.yml"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
|
||||
@@ -74,6 +74,14 @@
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/decidim/decidim/releases/tag/v0.27.3"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/decidim-meetings/CVE-2023-34090.yml"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/rubysec/ruby-advisory-db/blob/master/gems/decidim/CVE-2023-34090.yml"
|
||||
}
|
||||
],
|
||||
"database_specific": {
|
||||
|
||||
Reference in New Issue
Block a user