原始 OSV JSON
{
"id": "GHSA-vpfx-pxqw-2w79",
"aliases": [
"CVE-2026-45620"
],
"details": "CVE-2026-43881 fix `d9cdc7024` patched `users.json.php` only. The same anti-pattern survives at master HEAD in:\n\n```\nobjects/mention.json.php:17 $ignoreAdmin = true;\nobjects/mention.json.php:18 $users = User::getAllUsers($ignoreAdmin,\n ['name', 'email', 'user', 'channelName'], 'a');\n```\n\nNo `User::loginCheck()`, no admin gate. Only entry guard: `preg_match('/^@/', $_REQUEST['term'])` and hard-coded `rowCount=10`.",
"summary": "AVideo CVE-2026-43881 incomplete fix - `objects/mention.json.php:17` is an unauthenticated user enumeration sibling that survives `d9cdc7024`",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"last_affected": "29.0"
}
]
}
],
"package": {
"name": "WWBN/AVideo",
"ecosystem": "Packagist"
}
}
],
"modified": "2026-06-09T10:28:13Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N"
}
],
"published": "2026-05-18T13:30:05Z",
"references": [
{
"url": "https://github.com/WWBN/AVideo/security/advisories/GHSA-vpfx-pxqw-2w79",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-45620",
"type": "ADVISORY"
},
{
"url": "https://github.com/WWBN/AVideo",
"type": "PACKAGE"
},
{
"url": "https://github.com/advisories/GHSA-6rvw-7p8v-mjfq",
"type": "ADVISORY"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-204",
"CWE-285"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2026-05-29T14:16:31Z",
"github_reviewed_at": "2026-05-18T13:30:05Z"
}
}