Lucene search
+L

46388 matches found

EUVD
EUVD
added 2026/08/19 2:01 p.m.6 views

EUVD-2026-62455

phpMyFAQ before 4.1.7 affected versions = 4.1.5 fails to persist the WebAuthn login challenge generated by prepareForLogin, because neither WebAuthn controller saves the mutated key objects back to the database. At login the anti-replay comparison is skipped by its own null guard, allowing an...

9.1CVSS5.4AI score0.00292EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 2:01 p.m.27 views

CVE-2026-76214 phpMyFAQ before 4.1.7 WebAuthn Replay Attack via Challenge

phpMyFAQ before 4.1.7 fails to persist the WebAuthn login challenge generated by prepareForLogin, because neither WebAuthn controller saves the mutated key objects back to the database. At login the anti-replay comparison is skipped by its own null guard, allowing an attacker who captures a...

9.1CVSS0.00292EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 2:01 p.m.23 views

CVE-2026-76211 phpMyFAQ before 4.1.7 Information Disclosure via Admin API

phpMyFAQ before 4.1.7 fails to properly enforce CONFIGURATIONEDIT permission on admin API read endpoints for LDAP, Elasticsearch, OpenSearch, and dashboard configuration, allowing any authenticated user to access sensitive administrative data. Attackers can retrieve LDAP server topology, bind...

5.3CVSS0.00204EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/19 2:01 p.m.10 views

CVE-2026-76209

phpMyFAQ versions before v4.1.6 contain a registration bypass vulnerability. The API endpoints POST /api/register and POST /api/v3.1/register do not validate the security.enableRegistration configuration flag, which is only enforced by the HTML registration page. An authenticated attacker can exp...

5.3CVSS5.3AI score0.00215EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 2:01 p.m.6 views

CVE-2026-76209 phpMyFAQ before v4.1.6 Registration Bypass via API

phpMyFAQ versions before v4.1.6 fail to validate the security.enableRegistration setting in API endpoints, allowing attackers to create user accounts when registration is disabled. Attackers can bypass the registration restriction by submitting requests to POST /api/register or POST...

5.3CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 2:01 p.m.6 views

EUVD-2026-62450

phpMyFAQ versions before v4.1.6 fail to validate the security.enableRegistration setting in API endpoints, allowing attackers to create user accounts when registration is disabled. Attackers can bypass the registration restriction by submitting requests to POST /api/register or POST...

5.3CVSS5.4AI score0.00215EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 2:01 p.m.23 views

CVE-2026-76208 phpMyFAQ 3.1.0 through 4.1.6 Authentication Bypass via LDAP

phpMyFAQ versions 3.1.0 through 4.1.6 contain an authentication bypass vulnerability in AuthLdap::create. When LDAP authentication is enabled, after a successful LDAP bind the code calls User::setStatus'active' unconditionally, which overwrites the accountstatus column of a pre-existing local...

8.8CVSS0.00254EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/19 2:01 p.m.7 views

EUVD-2026-62448

phpMyFAQ before 4.1.7 contains a two-factor authentication bypass vulnerability where remember-me tokens are issued before 2FA verification completes. Attackers with valid credentials can obtain a remember-me cookie, skip the 2FA challenge, and replay the cookie to gain full authenticated access...

8.6CVSS5.4AI score0.00269EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/19 2:01 p.m.6 views

EUVD-2026-62449

phpMyFAQ versions 3.1.0 through 4.1.6 contain an authentication bypass vulnerability in AuthLdap::create. When LDAP authentication is enabled, after a successful LDAP bind the code calls User::setStatus'active' unconditionally, which overwrites the accountstatus column of a pre-existing local...

8.8CVSS5.4AI score0.00254EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 2:01 p.m.5 views

CVE-2026-76208 phpMyFAQ 3.1.0 through 4.1.6 Authentication Bypass via LDAP

phpMyFAQ versions 3.1.0 through 4.1.6 contain an authentication bypass vulnerability in AuthLdap::create. When LDAP authentication is enabled, after a successful LDAP bind the code calls User::setStatus'active' unconditionally, which overwrites the accountstatus column of a pre-existing local...

8.8CVSS5.5AI score
SaveExploits0References4
OSV
OSV
added 2026/08/19 2:01 p.m.6 views

CVE-2026-76207 phpMyFAQ before 4.1.7 2FA Bypass via Remember-Me Cookie

phpMyFAQ before 4.1.7 contains a two-factor authentication bypass vulnerability where remember-me tokens are issued before 2FA verification completes. Attackers with valid credentials can obtain a remember-me cookie, skip the 2FA challenge, and replay the cookie to gain full authenticated access...

8.6CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/19 2:01 p.m.12 views

CVE-2026-76208

phpMyFAQ versions 3.1.0 through 4.1.6 contain an authentication bypass in AuthLdap::create(). When LDAP authentication is enabled, a successful LDAP bind unconditionally calls User::setStatus('active'), overwriting a pre-existing local account's status from blocked to active . This allows an admi...

8.8CVSS5.3AI score0.00254EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/19 2:01 p.m.20 views

CVE-2026-76207

phpMyFAQ before 4.1.7 issues remember-me cookies before 2FA verification, allowing attackers with valid credentials to skip the 2FA challenge and replay the cookie for full authenticated access. CVSS 8.1 HIGH. No in-the-wild exploitation reported. Upgrade to 4.1.7; advisory at https://github.com/...

8.6CVSS5.4AI score0.00269EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/19 2:01 p.m.24 views

CVE-2026-75919 phpMyFAQ before 4.1.7 Authentication Bypass via Setup API

phpMyFAQ before 4.1.7 contains an authentication bypass vulnerability in SetupController that allows unauthenticated attackers to run database migrations and create configuration backups when maintenance mode is enabled. Attackers can call POST /api/setup/update-database and POST /api/setup/backu...

6.9CVSS0.00397EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 2:01 p.m.5 views

CVE-2026-75919 phpMyFAQ before 4.1.7 Authentication Bypass via Setup API

phpMyFAQ before 4.1.7 contains an authentication bypass vulnerability in SetupController that allows unauthenticated attackers to run database migrations and create configuration backups when maintenance mode is enabled. Attackers can call POST /api/setup/update-database and POST /api/setup/backu...

6.9CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 2:01 p.m.6 views

EUVD-2026-62444

phpMyFAQ before 4.1.7 contains an authentication bypass vulnerability in SetupController that allows unauthenticated attackers to run database migrations and create configuration backups when maintenance mode is enabled. Attackers can call POST /api/setup/update-database and POST /api/setup/backu...

6.9CVSS5.6AI score0.00397EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/19 2:01 p.m.11 views

CVE-2026-75919

phpMyFAQ before 4.1.7 has an authentication bypass in SetupController. Unauthenticated attackers can call POST /api/setup/update-database and POST /api/setup/backup while maintenance mode is enabled to run database migrations, disable maintenance mode, and extract database credentials from genera...

6.9CVSS5.6AI score0.00397EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/19 2:01 p.m.7 views

CVE-2026-75918 phpMyFAQ before 4.1.7 Authentication Bypass via Tracking File

phpMyFAQ before 4.1.7 stores password reset tokens in a publicly accessible tracking file when user tracking is enabled. Unauthenticated attackers can read the tracking file at content/core/data/trackingDDMMYYYY to extract reset tokens and replay them against the password reset API to take over...

8.7CVSS5.4AI score
SaveExploits0References4
OSV
OSV
added 2026/08/19 1:55 p.m.4 views

CGA-F8FR-G9GW-GWRH

Bulletin has no description...

7.5CVSS4.8AI score0.00317EPSS
SaveExploits0
OSV
OSV
added 2026/08/19 1:48 p.m.3 views

MINI-FQXW-MRRQ-3Q23

Bulletin has no description...

7.5CVSS4.9AI score0.00248EPSS
SaveExploits0
Rows per page
Query Builder