CVE-2024-48928
中文标题:
(暂无数据)
英文标题:
Piwigo's secret key can be brute forced
漏洞描述
中文描述:
(暂无数据)
英文描述:
Piwigo is an open source photo gallery application for the web. In versions on the 14.x branch, when installing, the secret_key configuration parameter is set to MD5(RAND()) in MySQL. However, RAND() only has 30 bits of randomness, making it feasible to brute-force the secret key. The CSRF token is constructed partially from the secret key, and this can be used to check if the brute force succeeded. Trying all possible values takes approximately one hour. The impact of this is limited. The auto login key uses the user's password on top of the secret key. The pwg token uses the user's session identifier on top of the secret key. It seems that values for get_ephemeral_key can be generated when one knows the secret key. Version 15.0.0 contains a fix for the issue.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| Piwigo | Piwigo | >= 14.0.0, < 15.0.0 | - | - |
cpe:2.3:a:piwigo:piwigo:>=_14.0.0,_<_15.0.0:*:*:*:*:*:*:*
|
| piwigo | piwigo | * | - | - |
cpe:2.3:a:piwigo:piwigo:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
4.0 (cna)
LOWCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2024-48928 |
2026-02-25 03:17:57 | 2026-02-24 22:00:00 |
| NVD | nvd_CVE-2024-48928 |
2026-02-25 02:00:04 | 2026-02-24 22:00:02 |
版本与语言
安全公告
变更历史
查看详细变更
- affected_products_count: 1 -> 2
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']