-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated at 20240104092058 Signed-off-by: bitnami-bot <[email protected]>
- Loading branch information
1 parent
02cba3c
commit 1b3d478
Showing
2 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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 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,50 @@ | ||
{ | ||
"schema_version": "1.5.0", | ||
"id": "BIT-typo3-2023-30451", | ||
"details": "In TYPO3 11.5.24, the filelist component allows attackers (who have access to the administrator panel) to read arbitrary files via directory traversal in the baseuri field, as demonstrated by POST /typo3/record/edit with ../../../ in data[sys_file_storage]*[data][sDEF][lDEF][basePath][vDEF].", | ||
"aliases": [ | ||
"CVE-2023-30451" | ||
], | ||
"affected": [ | ||
{ | ||
"package": { | ||
"ecosystem": "Bitnami", | ||
"name": "typo3", | ||
"purl": "pkg:bitnami/typo3" | ||
}, | ||
"severity": [ | ||
{ | ||
"type": "CVSS_V3", | ||
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N" | ||
} | ||
], | ||
"ranges": [ | ||
{ | ||
"type": "SEMVER", | ||
"events": [ | ||
{ | ||
"introduced": "11.5.24" | ||
}, | ||
{ | ||
"last_affected": "11.5.24" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
], | ||
"database_specific": { | ||
"severity": "Medium", | ||
"cpes": [ | ||
"cpe:2.3:a:typo3:typo3:11.5.24:*:*:*:*:*:*:*" | ||
] | ||
}, | ||
"references": [ | ||
{ | ||
"type": "WEB", | ||
"url": "http://packetstormsecurity.com/files/176274/TYPO3-11.5.24-Path-Traversal.html" | ||
} | ||
], | ||
"published": "2024-01-04T09:37:11.700Z", | ||
"modified": "2024-01-04T09:50:48.793Z" | ||
} |