漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
phpMyFAQ: Missing userHasPermission() in 4 API write endpoints (CVE-2026-24421 Incomplete Fix)
Vulnerability Description
phpMyFAQ is an open source FAQ web application. Versions prior to 4.1.4 have Missing Authorization in the API CategoryController. CVE-2026-24421 addressed this in the BackupController by adding: $this->userHasPermission(PermissionType::BACKUP). The same fix was not applied to 4 other write endpoints in the public API. All 4 only call $this->hasValidToken() — which checks a shared API key header, rather than the individual user's role permissions. The following APIs are affected: POST /api/v4.0/category (CategoryController::create), POST /api/v4.0/faq (FaqController::create), PUT /api/v4.0/faq (FaqController::update), and POST /api/v4.0/question (QuestionController::create). This issue has been fixed in version 4.1.4.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Vulnerability Type
授权机制缺失
Vulnerability Title
thorsten phpMyFAQ 授权问题漏洞
Vulnerability Description
thorsten phpMyFAQ是thorsten的文档管理系统。 thorsten phpMyFAQ 4.1.4之前版本存在授权问题漏洞,该漏洞源于API CategoryController中缺少授权,可能导致低权限攻击者利用共享API密钥标头而非单独用户角色权限,访问POST /api/v4.0/category、POST /api/v4.0/faq、PUT /api/v4.0/faq以及POST /api/v4.0/question这些受影响API端点。
CVSS Information
N/A
Vulnerability Type
N/A