Skip to content
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

[GHSA-4xvf-3477-vq63] SQL injection vulnerability found in Piwigo v.13.5.0 and... #5126

Open
wants to merge 1 commit into
base: rodnt/advisory-improvement-5126
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,38 @@
"aliases": [
"CVE-2023-26876"
],
"summary": "Piwigo version 13.5.0 suffers from a remote SQL injection vulnerability",
"details": "SQL injection vulnerability found in Piwigo v.13.5.0 and before allows a remote attacker to execute arbitrary code via the filter_user_id parameter to the admin.php?page=history&filter_image_id=&filter_user_id endpoint.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "piwigo"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "> 13.5.1"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "<= 13.5.0"
}
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -31,6 +55,10 @@
"type": "WEB",
"url": "https://www.tempest.com.br"
},
{
"type": "PACKAGE",
"url": "filter_user_id parameter to the admin.php?page=history&filter_image_id=&filter_user_id="
},
{
"type": "WEB",
"url": "http://packetstormsecurity.com/files/172059/Piwigo-13.5.0-SQL-Injection.html"
Expand Down
Loading