mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish GHSA-pw67-xjhq-389w
This commit is contained in:
+30
-9
@@ -1,19 +1,40 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-pw67-xjhq-389w",
|
||||
"modified": "2025-04-22T15:30:51Z",
|
||||
"modified": "2025-04-22T17:04:11Z",
|
||||
"published": "2025-04-17T18:31:23Z",
|
||||
"aliases": [
|
||||
"CVE-2024-53924"
|
||||
],
|
||||
"details": "Pycel through 1.0b30, when operating on an untrusted spreadsheet, allows code execution via a crafted formula in a cell, such as one beginning with the =IF(A1=200, eval(\"__import__('os').system( substring.",
|
||||
"summary": "Pycel allows code injection via a crafted formula",
|
||||
"details": "Pycel through 1.0b30, when operating on an untrusted spreadsheet, allows code execution via a crafted formula in a cell, such as one beginning with the `=IF(A1=200, eval(\"__import__('os').system(` substring.",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
"type": "CVSS_V4",
|
||||
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "PyPI",
|
||||
"name": "pycel"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "1.0b30"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"affected": [],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
@@ -28,7 +49,7 @@
|
||||
"url": "https://github.com/dgorissen/pycel"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/stephenrauch/pycel"
|
||||
},
|
||||
{
|
||||
@@ -40,9 +61,9 @@
|
||||
"cwe_ids": [
|
||||
"CWE-94"
|
||||
],
|
||||
"severity": "CRITICAL",
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2025-04-22T17:04:11Z",
|
||||
"nvd_published_at": "2025-04-17T18:15:47Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user