Lucene search
K

1756 matches found

Github Security Blog
Github Security Blog
added 2026/01/23 8:17 p.m.8 views

phpMyFAQ: /api/setup/backup accessible to any authenticated user (authz missing)

Summary Authenticated non‑admin users can call /api/setup/backup and trigger a configuration backup. The endpoint only checks authentication, not authorization, and returns a link to the generated ZIP. Details SetupController.php uses userIsAuthenticated but does not verify that the requester has...

6.5CVSS5.5AI score0.00266EPSS
Exploits3References3Affected Software2
Github Security Blog
Github Security Blog
added 2026/01/23 8:17 p.m.7 views

phpMyFAQ: Attachment download allowed without dlattachment right (broken access control)

Summary A logged‑in user without the dlattachment right can download FAQ attachments. This is due to a permissive permission check in attachment.php that treats the mere presence of a right key as authorization and a flawed group/user logic expression. Details In attachment.php, the access decisi...

6.5CVSS5.5AI score0.00016EPSS
Exploits1References3Affected Software2
Snyk
Snyk
added 2026/01/23 8:17 p.m.1 views

Access Control Bypass

Overview thorsten/phpmyfaq is a FAQ system for PHP and MySQL, PostgreSQL and other databases Affected versions of this package are vulnerable to Access Control Bypass via a permissive permission check in attachment.php. An attacker can gain unauthorized access to download attachments by exploitin...

7.1CVSS5.9AI score0.00016EPSS
Exploits1References2
OSV
OSV
added 2026/01/23 8:17 p.m.3 views

GHSA-7P9H-M7M8-VHHV phpMyFAQ: Attachment download allowed without dlattachment right (broken access control)

Summary A logged‑in user without the dlattachment right can download FAQ attachments. This is due to a permissive permission check in attachment.php that treats the mere presence of a right key as authorization and a flawed group/user logic expression. Details In attachment.php, the access decisi...

6.5CVSS5.6AI score0.00016EPSS
Exploits1References3
VulnCheck KEV
VulnCheck KEV
added 2026/01/18 12:0 a.m.2 views

VulnCheck KEV: CVE-2025-69200

phpMyFAQ is an open source FAQ web application. In versions prior to 4.0.16, an unauthenticated remote attacker can trigger generation of a configuration backup ZIP via POST /api/setup/backup and then download the generated ZIP from a web-accessible location. The ZIP contains sensitive...

7.5CVSS5.8AI score0.02773EPSS
In wildExploits1References30
Tenable Nessus
Tenable Nessus
added 2026/01/11 12:0 a.m.2 views

FreeBSD : phpmyfaq -- multiple vulnerabilities (79c3c751-ee20-11f0-b17e-50ebf6bdf8e9)

The version of FreeBSD installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the 79c3c751-ee20-11f0-b17e-50ebf6bdf8e9 advisory. phpMyFAQ team reports: Stored cross-site scripting XSS and unauthenticated config backup download...

5.2AI score
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/01/09 11:53 a.m.4 views

CVE-2009-4040

Cross-site scripting XSS vulnerability in phpMyFAQ before 2.0.17 and 2.5.x before 2.5.2, when used with Internet Explorer 6 or 7, allows remote attackers to inject arbitrary web script or HTML via unspecified parameters to the search page...

4.3CVSS5.9AI score0.00322EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 11:50 a.m.5 views

CVE-2009-4780

Multiple cross-site scripting XSS vulnerabilities in index.php in phpMyFAQ before 2.5.5 allow remote attackers to inject arbitrary web script or HTML via 1 the lang parameter in a sitemap action, 2 the search parameter in a search action, 3 the taggingid parameter in a search action, 4 the...

4.3CVSS5.8AI score0.00138EPSS
Exploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:57 a.m.6 views

CVE-2023-4006

Improper Neutralization of Formula Elements in a CSV File in GitHub repository thorsten/phpmyfaq prior to 3.1.16...

9.8CVSS6.7AI score0.00143EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:56 a.m.5 views

CVE-2023-4007

Cross-site Scripting XSS - Stored in GitHub repository thorsten/phpmyfaq prior to 3.1.16...

8.8CVSS5.9AI score0.00124EPSS
Exploits0References1
OpenVAS
OpenVAS
added 2026/01/07 12:0 a.m.1 views

phpMyFAQ Improper Authorization Vulnerability (GHSA-9cg9-4h4f-j6fg)

phpMyFAQ is prone to an improper authorization vulnerability. SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:phpmyfaq:phpmyfaq";...

7.5CVSS7AI score0.02773EPSS
Exploits1References1
OpenVAS
OpenVAS
added 2026/01/07 12:0 a.m.1 views

phpMyFAQ XSS Vulnerability (GHSA-jv8r-hv7q-p6vc)

phpMyFAQ is prone to a cross-site scripting XSS vulnerability. SPDX-FileCopyrightText: 2026 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:phpmyfaq:phpmyfaq"...

6.1CVSS6.3AI score0.00024EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/12/30 3:54 p.m.2 views

CVE-2025-68951

phpMyFAQ is an open source FAQ web application. Versions 4.0.14 and 4.0.15 have a stored cross-site scripting XSS vulnerability that allows an attacker to execute arbitrary JavaScript in an administrator’s browser by registering a user whose display name contains HTML entities. When an...

6.1CVSS6AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/12/30 3:31 p.m.2 views

GHSA-9CG9-4H4F-J6FG phpMyFAQ has unauthenticated config backup download via /api/setup/backup

Summary An unauthenticated remote attacker can trigger generation of a configuration backup ZIP via POST /api/setup/backup and then download the generated ZIP from a web-accessible location. The ZIP contains sensitive configuration files e.g., database.php with database credentials, leading to...

7.5CVSS6.7AI score0.02773EPSS
Exploits1References4
EUVD
EUVD
added 2025/12/30 3:31 p.m.1 views

EUVD-2025-205600

phpMyFAQ has unauthenticated config backup download via /api/setup/backup...

7.5CVSS6.6AI score0.02773EPSS
Exploits1References3
Snyk
Snyk
added 2025/12/30 3:31 p.m.1 views

Information Exposure

Overview thorsten/phpmyfaq is a FAQ system for PHP and MySQL, PostgreSQL and other databases Affected versions of this package are vulnerable to Information Exposure via the backup process. An unauthenticated remote attacker can trigger generation of a configuration backup ZIP via POST...

8.7CVSS6.2AI score0.02773EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2025/12/30 3:31 p.m.5 views

phpMyFAQ has unauthenticated config backup download via /api/setup/backup

Summary An unauthenticated remote attacker can trigger generation of a configuration backup ZIP via POST /api/setup/backup and then download the generated ZIP from a web-accessible location. The ZIP contains sensitive configuration files e.g., database.php with database credentials, leading to...

7.5CVSS6.8AI score0.02773EPSS
Exploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/29 10:12 p.m.6 views

phpMyFAQ has Stored XSS in user list via admin-managed display_name

Summary A stored cross-site scripting XSS vulnerability allows an attacker to execute arbitrary JavaScript in an administrator’s browser by registering a user whose display name contains HTML entities e.g., img .... When an administrator views the admin user list, the payload is decoded server-si...

6.1CVSS5.7AI score0.00024EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2025/12/29 10:12 p.m.2 views

GHSA-JV8R-HV7Q-P6VC phpMyFAQ has Stored XSS in user list via admin-managed display_name

Summary A stored cross-site scripting XSS vulnerability allows an attacker to execute arbitrary JavaScript in an administrator’s browser by registering a user whose display name contains HTML entities e.g., img .... When an administrator views the admin user list, the payload is decoded server-si...

5.4CVSS5.7AI score0.00024EPSS
Exploits0References5
EUVD
EUVD
added 2025/12/29 10:12 p.m.1 views

EUVD-2025-205601

phpMyFAQ has Stored XSS in user list via admin-managed displayname...

5.4CVSS5.6AI score0.00024EPSS
Exploits0References4
Rows per page
Query Builder