Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/phpmyfaq/phpmyfaq@4.1.2
purl pkg:composer/phpmyfaq/phpmyfaq@4.1.2
Next non-vulnerable version 4.1.3
Latest non-vulnerable version 4.1.3
Risk 4.0
Vulnerabilities affecting this package (1)
Vulnerability Summary Fixed by
VCID-mdxy-3bhf-6ybe
Aliases:
CVE-2026-35672
GHSA-gp95-j463-vv28
phpMyFAQ before 4.1.3 contains an authentication bypass vulnerability in API v4.0 where the default empty api.apiClientToken allows unauthenticated users to create and modify FAQ entries. Attackers can send an empty x-pmf-token header to bypass token validation and inject malicious content via POST endpoints /api/v4.0/faq/create, /api/v4.0/category, and /api/v4.0/question.
4.1.3
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (26)
Vulnerability Summary Aliases
VCID-1qwx-htn1-4bg8 phpMyFAQ before 4.1.2 contains an unauthenticated SQL injection vulnerability in BuiltinCaptcha::garbageCollector() and BuiltinCaptcha::saveCaptcha() methods that interpolate unsanitized User-Agent headers into DELETE and INSERT queries. Unauthenticated attackers can exploit the public GET /api/captcha endpoint by crafting malicious User-Agent headers to perform time-based blind SQL injection, extracting sensitive data including user credentials, admin tokens, and SMTP credentials from the database. CVE-2026-46364
GHSA-289f-fq7w-6q2w
VCID-426v-vz22-nqem phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in Utils::parseUrl() that allows authenticated users to inject JavaScript via malformed URLs in comments. Attackers can craft URLs with unescaped quotes to inject event handlers, stealing admin session cookies and achieving full application takeover when visitors view affected FAQ pages. CVE-2026-46367
GHSA-9525-27vj-c8r8
VCID-4n1j-k92p-cqee Duplicate Advisory: phpMyFAQ enables unauthenticated 2FA brute-force attack via /admin/check acceptance of arbitrary user-id ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-9pq7-mfwh-xx2j. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains an improper restriction of excessive authentication attempts vulnerability in the /admin/check endpoint, which accepts arbitrary user-id parameters without session binding or rate limiting. Unauthenticated attackers can brute-force any user's six-digit TOTP code by submitting POST requests with sequential token values, bypassing two-factor authentication to gain full administrative access. GHSA-6626-79jh-5ccr
VCID-4ncr-rkh2-nugc Duplicate Advisory: phpMyFAQ's Missing CONFIGURATION_EDIT Permission Check on 12 Admin API Configuration Tab Endpoints Allows Information Disclosure by Any Authenticated User GHSA-p26v-fx3x-r2rp
VCID-5bmt-azt6-nfhu Duplicate Advisory: phpMyFAQ has unauthenticated FAQ permission bypass via getFaqBySolutionId fallback query ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-289f-fq7w-6q2w. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains an information disclosure vulnerability in the getIdFromSolutionId() method that lacks permission filtering, allowing unauthenticated attackers to enumerate restricted FAQ entries and read their titles via the /solution_id_{id}.html endpoint. Attackers can sequentially iterate solution IDs to discover all FAQs including those restricted to specific users or groups, leaking sensitive metadata through redirect Location headers and page canonical links. GHSA-cqrw-j4qc-7f9w
VCID-5pw3-qxh6-6ufr phpMyFAQ before 4.1.2 contains an information disclosure vulnerability in the getIdFromSolutionId() method that lacks permission filtering, allowing unauthenticated attackers to enumerate restricted FAQ entries and read their titles via the /solution_id_{id}.html endpoint. Attackers can sequentially iterate solution IDs to discover all FAQs including those restricted to specific users or groups, leaking sensitive metadata through redirect Location headers and page canonical links. CVE-2026-46366
GHSA-99qv-g4x9-mgc3
VCID-5s4p-y3zn-zkbw Duplicate Advisory: phpMyFAQ: SVG Sanitizer Entity Decoding Depth Limit Bypass Leading to Stored XSS ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-whqh-9pq5-c7r3. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in SvgSanitizer::decodeAllEntities() that limits recursive entity decoding to 5 iterations, allowing attackers to bypass sanitization. Authenticated users with FAQ_EDIT permission can upload malicious SVG files with deeply nested ampersand encoding around numeric HTML entities to reconstruct javascript: URLs, which execute arbitrary JavaScript when clicked by other users viewing the uploaded SVG. GHSA-wj3q-vw2v-3rj3
VCID-7tpb-1avq-zfhu phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in search.twig where result.question and result.answerPreview are rendered with the raw filter, disabling autoescape protection. Attackers with FAQ editor privileges can inject HTML-entity-encoded payloads that bypass html_entity_decode(strip_tags()) processing in SearchController.php, executing arbitrary JavaScript in every visitor's browser context including administrators. CVE-2026-46361
GHSA-pqh6-8fxf-jx22
VCID-8k51-budg-h3ak phpMyFAQ before 4.1.2 contains missing permission checks in ConfigurationTabController.php where 12 endpoints use userIsAuthenticated() instead of userHasPermission(CONFIGURATION_EDIT). Any authenticated user can enumerate system configuration metadata including permission model, cache backend, mail provider, and translation provider by querying /admin/api/configuration endpoints, violating least privilege access control. CVE-2026-45007
GHSA-rm98-82fr-mcfx
VCID-am2j-qs3n-uygx Duplicate Advisory: phpMyFAQ: Ordinary Authenticated User Can Access Admin-Only API Endpoints Due to Insufficient Authorization Check ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-jrc5-w569-h7h5. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains an insufficient authorization vulnerability in admin-api routes that allows authenticated ordinary users to access administrative endpoints by only checking login status instead of verifying backend privileges. Attackers with valid frontend user accounts can access sensitive backend operational information including dashboard versions, LDAP configuration, Elasticsearch statistics, and health-check data. GHSA-9r8r-x3vg-6xh4
VCID-cmqh-65g9-r7gb Duplicate Advisory: phpMyFAQ: Stored XSS via Utils::parseUrl() in comment rendering ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-9525-27vj-c8r8. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in Utils::parseUrl() that allows authenticated users to inject JavaScript via malformed URLs in comments. Attackers can craft URLs with unescaped quotes to inject event handlers, stealing admin session cookies and achieving full application takeover when visitors view affected FAQ pages. GHSA-w42g-jj8w-fj77
VCID-dqnt-wnj7-jbha Duplicate Advisory: phpMyFAQ has an Authorization Bypass in All Admin Pages Due to Non-Terminating Permission Check ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-hpgw-ww76-c68r. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains an authorization bypass vulnerability in AbstractAdministrationController::userHasPermission() that fails to terminate execution after sending a forbidden response. Attackers can access all permission-protected admin pages by requesting their URLs as authenticated users, exposing admin logs, user data, system information, and application configuration. GHSA-w9mj-gfrm-hj5x
VCID-ecpv-3xqn-eqf8 phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in SvgSanitizer::decodeAllEntities() that limits recursive entity decoding to 5 iterations, allowing attackers to bypass sanitization. Authenticated users with FAQ_EDIT permission can upload malicious SVG files with deeply nested ampersand encoding around numeric HTML entities to reconstruct javascript: URLs, which execute arbitrary JavaScript when clicked by other users viewing the uploaded SVG. CVE-2026-46360
GHSA-whqh-9pq5-c7r3
VCID-ffhb-2kg9-afe2 Duplicate Advisory: phpMyFAQ: Missing Authorization on Tag Deletion Allows Any Authenticated User to Delete Tags ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-7cx3-2qx2-3g6w. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a missing authorization vulnerability in the DELETE /admin/api/content/tags/{tagId} endpoint that allows any authenticated user to delete tags. Any logged-in user, including regular frontend users, can delete arbitrary tags by sending a DELETE request with a valid session cookie, resulting in permanent data loss and disruption of FAQ organization. GHSA-5h62-f8fg-4w7q
VCID-gm7z-qez3-8yc7 Duplicate Advisory: phpMyFAQ has unauthenticated SQL injection via User-Agent header in BuiltinCaptcha ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-289f-fq7w-6q2w. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains an unauthenticated SQL injection vulnerability in BuiltinCaptcha::garbageCollector() and BuiltinCaptcha::saveCaptcha() methods that interpolate unsanitized User-Agent headers into DELETE and INSERT queries. Unauthenticated attackers can exploit the public GET /api/captcha endpoint by crafting malicious User-Agent headers to perform time-based blind SQL injection, extracting sensitive data including user credentials, admin tokens, and SMTP credentials from the database. GHSA-ch9q-c9mp-j5gq
VCID-k7r4-fn3c-f7ce Duplicate Advisory: phpMyFAQ has SQL Injection in CurrentUser::setTokenData through unescaped OAuth token fields ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-pm8c-3qq3-72w7. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a sql injection vulnerability in CurrentUser::setTokenData that allows authenticated attackers to execute arbitrary SQL by injecting malicious OAuth token claims. Attackers with Azure AD accounts containing SQL metacharacters in display names or JWT claims can break out of string literals and execute arbitrary database queries. GHSA-p9wc-4pjv-rg82
VCID-kxwb-kju3-abbx Duplicate Advisory: phpMyFAQ: Path traversal in Client::deleteClientFolder enables arbitrary directory deletion by non-super-admin admins ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-gh9p-q46p-57g2. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a path traversal vulnerability in Client::deleteClientFolder that allows admins with INSTANCE_DELETE permission to delete arbitrary directories. Attackers can submit traversal sequences like https://../../../<path> in the client URL parameter to recursively delete directories outside the intended clientFolder scope. GHSA-rmqr-h98c-qg2m
VCID-n335-2783-x3g7 Duplicate Advisory: phpMyFAQ: Stored XSS in FAQ Question/Answer via Encode-Decode Bypass of removeAttributes() Sanitization ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-f5p7-2c9q-8896. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in FAQ creation and update endpoints that bypass sanitization through encode-decode cycles. The vulnerability allows authenticated attackers with FAQ_ADD permission to inject malicious script tags via question or answer parameters, which execute in every visitor's browser when FAQ content is rendered with the raw Twig filter. GHSA-h36g-93qx-rxgr
VCID-n3tn-cpf3-5qe2 phpMyFAQ before 4.1.2 contains an insufficient authorization vulnerability in admin-api routes that allows authenticated ordinary users to access administrative endpoints by only checking login status instead of verifying backend privileges. Attackers with valid frontend user accounts can access sensitive backend operational information including dashboard versions, LDAP configuration, Elasticsearch statistics, and health-check data. CVE-2026-45009
GHSA-jrc5-w569-h7h5
VCID-rrz3-kbbd-eyhq phpMyFAQ before 4.1.2 contains an improper restriction of excessive authentication attempts vulnerability in the /admin/check endpoint, which accepts arbitrary user-id parameters without session binding or rate limiting. Unauthenticated attackers can brute-force any user's six-digit TOTP code by submitting POST requests with sequential token values, bypassing two-factor authentication to gain full administrative access. CVE-2026-45010
GHSA-9pq7-mfwh-xx2j
VCID-tpbv-urbk-h7gf phpMyFAQ before 4.1.2 contains a sql injection vulnerability in CurrentUser::setTokenData that allows authenticated attackers to execute arbitrary SQL by injecting malicious OAuth token claims. Attackers with Azure AD accounts containing SQL metacharacters in display names or JWT claims can break out of string literals and execute arbitrary database queries. CVE-2026-46359
GHSA-pm8c-3qq3-72w7
VCID-txxg-bugj-6bd4 phpMyFAQ before 4.1.2 contains a path traversal vulnerability in Client::deleteClientFolder that allows admins with INSTANCE_DELETE permission to delete arbitrary directories. Attackers can submit traversal sequences like https://../../../<path> in the client URL parameter to recursively delete directories outside the intended clientFolder scope. CVE-2026-45008
GHSA-gh9p-q46p-57g2
VCID-v6s6-ssk1-cyhy Duplicate Advisory: phpMyFAQ has stored XSS via | raw Filter in search.twig — html_entity_decode(strip_tags()) Bypass in Search Result Rendering ### Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-pqh6-8fxf-jx22. This link is maintained to preserve external references. ### Original Description phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in search.twig where result.question and result.answerPreview are rendered with the raw filter, disabling autoescape protection. Attackers with FAQ editor privileges can inject HTML-entity-encoded payloads that bypass html_entity_decode(strip_tags()) processing in SearchController.php, executing arbitrary JavaScript in every visitor's browser context including administrators. GHSA-478m-mrw4-qf2w
VCID-vjqh-59nn-5ude phpMyFAQ before 4.1.2 contains a stored cross-site scripting vulnerability in FAQ creation and update endpoints that bypass sanitization through encode-decode cycles. The vulnerability allows authenticated attackers with FAQ_ADD permission to inject malicious script tags via question or answer parameters, which execute in every visitor's browser when FAQ content is rendered with the raw Twig filter. CVE-2026-46363
GHSA-f5p7-2c9q-8896
VCID-yckn-74u4-pkaw phpMyFAQ's Missing Authorization on Tag Deletion Allows Any Authenticated User to Delete Tags ## Summary The `TagController::delete()` endpoint at `DELETE /admin/api/content/tags/{tagId}` only verifies that the user is logged in (`userIsAuthenticated()`), but does not check any permission. Any authenticated user — including regular non-admin frontend users — can delete any tag by ID. This contrasts with `TagController::update()` and `TagController::search()`, which both enforce the `FAQ_EDIT` permission. ## Details In `phpmyfaq/src/phpMyFAQ/Controller/Administration/Api/TagController.php`, the `delete()` method (line 121-133) uses only `$this->userIsAuthenticated()`: ```php #[Route(path: 'content/tags/{tagId}', name: 'admin.api.content.tags.id', methods: ['DELETE'])] public function delete(Request $request): JsonResponse { $this->userIsAuthenticated(); // Only checks isLoggedIn() — no permission check $tagId = (int) Filter::filterVar($request->attributes->get('tagId'), FILTER_VALIDATE_INT); if ($this->tags->delete($tagId)) { return $this->json(['success' => Translation::get(key: 'ad_tag_delete_success')], Response::HTTP_OK); } return $this->json(['error' => Translation::get(key: 'ad_tag_delete_error')], Response::HTTP_BAD_REQUEST); } ``` Compare with `update()` (line 48-71) which properly enforces authorization: ```php public function update(Request $request): JsonResponse { $this->userHasPermission(PermissionType::FAQ_EDIT); // Proper permission check // ... also verifies CSRF token ... } ``` The `userIsAuthenticated()` method in `AbstractController` (line 258-263) only checks `$this->currentUser->isLoggedIn()`: ```php protected function userIsAuthenticated(): void { if (!$this->currentUser->isLoggedIn()) { throw new UnauthorizedHttpException(challenge: 'User is not authenticated.'); } } ``` There is no admin-level middleware in the `Kernel` — it registers only RouterListener, LanguageListener, ControllerContainerListener, and exception listeners. The admin API entry point (`admin/api/index.php`) shares the same bootstrap and session as the frontend, meaning a frontend user's session cookie is valid for admin API requests. Additionally, this endpoint lacks CSRF token verification (unlike `update()`), though the primary issue is the missing authorization since the attack vector is a logged-in user acting directly. ## PoC ```bash # Step 1: Register as a regular user on the phpMyFAQ frontend # (or use any existing non-admin authenticated session) # Step 2: As the authenticated non-admin user, delete tag with ID 1: curl -X DELETE 'https://target.com/admin/api/content/tags/1' \ -H 'Cookie: PHPSESSID=<regular_user_session>' # Expected: 401 or 403 (user lacks FAQ_EDIT permission) # Actual: 200 OK with {"success": "..."} # Step 3: Enumerate and delete all tags: for i in $(seq 1 100); do curl -s -X DELETE "https://target.com/admin/api/content/tags/$i" \ -H 'Cookie: PHPSESSID=<regular_user_session>' done ``` ## Impact Any authenticated user (including regular frontend users who registered through the public registration form) can delete all tags in the phpMyFAQ instance. This results in: - **Data integrity loss:** Tags are permanently deleted from the database. All FAQ-to-tag associations are destroyed. - **Disruption of FAQ organization:** Tag-based navigation, filtering, and tag clouds become empty or broken. - **No recoverability without backup:** Deleted tags and their associations cannot be restored without a database backup. The impact is limited to tags (not FAQ content itself), but in large installations with extensive tag taxonomies, this could significantly degrade usability. ## Recommended Fix Add the `FAQ_EDIT` permission check and CSRF token verification to `TagController::delete()`, consistent with `TagController::update()`: ```php #[Route(path: 'content/tags/{tagId}', name: 'admin.api.content.tags.id', methods: ['DELETE'])] public function delete(Request $request): JsonResponse { $this->userHasPermission(PermissionType::FAQ_EDIT); $tagId = (int) Filter::filterVar($request->attributes->get('tagId'), FILTER_VALIDATE_INT); if ($this->tags->delete($tagId)) { return $this->json(['success' => Translation::get(key: 'ad_tag_delete_success')], Response::HTTP_OK); } return $this->json(['error' => Translation::get(key: 'ad_tag_delete_error')], Response::HTTP_BAD_REQUEST); } ``` At minimum, add `$this->userHasPermission(PermissionType::FAQ_EDIT)` to enforce the same authorization as the update and search endpoints. Consider also adding a dedicated `TAG_DELETE` permission type for more granular access control. GHSA-7cx3-2qx2-3g6w
VCID-zr1w-jzzj-a7gd phpMyFAQ before 4.1.2 contains an authorization bypass vulnerability in AbstractAdministrationController::userHasPermission() that fails to terminate execution after sending a forbidden response. Attackers can access all permission-protected admin pages by requesting their URLs as authenticated users, exposing admin logs, user data, system information, and application configuration. CVE-2026-46362
GHSA-hpgw-ww76-c68r

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-14T00:58:55.986518+00:00 GHSA Importer Fixing VCID-am2j-qs3n-uygx https://github.com/advisories/GHSA-9r8r-x3vg-6xh4 38.6.0
2026-06-14T00:58:55.965230+00:00 GHSA Importer Fixing VCID-v6s6-ssk1-cyhy https://github.com/advisories/GHSA-478m-mrw4-qf2w 38.6.0
2026-06-14T00:58:55.953628+00:00 GHSA Importer Fixing VCID-k7r4-fn3c-f7ce https://github.com/advisories/GHSA-p9wc-4pjv-rg82 38.6.0
2026-06-14T00:58:55.939215+00:00 GHSA Importer Fixing VCID-5s4p-y3zn-zkbw https://github.com/advisories/GHSA-wj3q-vw2v-3rj3 38.6.0
2026-06-14T00:58:55.927653+00:00 GHSA Importer Fixing VCID-ffhb-2kg9-afe2 https://github.com/advisories/GHSA-5h62-f8fg-4w7q 38.6.0
2026-06-14T00:58:55.916315+00:00 GHSA Importer Fixing VCID-dqnt-wnj7-jbha https://github.com/advisories/GHSA-w9mj-gfrm-hj5x 38.6.0
2026-06-14T00:58:55.904593+00:00 GHSA Importer Fixing VCID-cmqh-65g9-r7gb https://github.com/advisories/GHSA-w42g-jj8w-fj77 38.6.0
2026-06-14T00:58:55.879426+00:00 GHSA Importer Fixing VCID-4n1j-k92p-cqee https://github.com/advisories/GHSA-6626-79jh-5ccr 38.6.0
2026-06-14T00:58:55.841159+00:00 GHSA Importer Fixing VCID-gm7z-qez3-8yc7 https://github.com/advisories/GHSA-ch9q-c9mp-j5gq 38.6.0
2026-06-14T00:58:55.826467+00:00 GHSA Importer Fixing VCID-4ncr-rkh2-nugc https://github.com/advisories/GHSA-p26v-fx3x-r2rp 38.6.0
2026-06-14T00:58:55.813587+00:00 GHSA Importer Fixing VCID-kxwb-kju3-abbx https://github.com/advisories/GHSA-rmqr-h98c-qg2m 38.6.0
2026-06-14T00:58:55.788282+00:00 GHSA Importer Fixing VCID-5bmt-azt6-nfhu https://github.com/advisories/GHSA-cqrw-j4qc-7f9w 38.6.0
2026-06-14T00:58:55.721128+00:00 GHSA Importer Fixing VCID-n335-2783-x3g7 https://github.com/advisories/GHSA-h36g-93qx-rxgr 38.6.0
2026-06-13T06:29:58.055807+00:00 GHSA Importer Fixing VCID-1qwx-htn1-4bg8 https://github.com/advisories/GHSA-289f-fq7w-6q2w 38.6.0
2026-06-13T06:29:58.024063+00:00 GHSA Importer Fixing VCID-txxg-bugj-6bd4 https://github.com/advisories/GHSA-gh9p-q46p-57g2 38.6.0
2026-06-13T06:29:57.932244+00:00 GHSA Importer Fixing VCID-5pw3-qxh6-6ufr https://github.com/advisories/GHSA-99qv-g4x9-mgc3 38.6.0
2026-06-13T06:29:57.899562+00:00 GHSA Importer Fixing VCID-tpbv-urbk-h7gf https://github.com/advisories/GHSA-pm8c-3qq3-72w7 38.6.0
2026-06-13T06:29:57.831566+00:00 GHSA Importer Fixing VCID-rrz3-kbbd-eyhq https://github.com/advisories/GHSA-9pq7-mfwh-xx2j 38.6.0
2026-06-13T06:29:57.733309+00:00 GHSA Importer Fixing VCID-n3tn-cpf3-5qe2 https://github.com/advisories/GHSA-jrc5-w569-h7h5 38.6.0
2026-06-13T06:29:57.666728+00:00 GHSA Importer Fixing VCID-7tpb-1avq-zfhu https://github.com/advisories/GHSA-pqh6-8fxf-jx22 38.6.0
2026-06-13T06:29:57.601809+00:00 GHSA Importer Fixing VCID-8k51-budg-h3ak https://github.com/advisories/GHSA-rm98-82fr-mcfx 38.6.0
2026-06-13T06:29:57.536415+00:00 GHSA Importer Fixing VCID-ecpv-3xqn-eqf8 https://github.com/advisories/GHSA-whqh-9pq5-c7r3 38.6.0
2026-06-13T06:29:57.436229+00:00 GHSA Importer Fixing VCID-vjqh-59nn-5ude https://github.com/advisories/GHSA-f5p7-2c9q-8896 38.6.0
2026-06-13T06:29:57.364989+00:00 GHSA Importer Fixing VCID-yckn-74u4-pkaw https://github.com/advisories/GHSA-7cx3-2qx2-3g6w 38.6.0
2026-06-13T06:29:57.337880+00:00 GHSA Importer Fixing VCID-zr1w-jzzj-a7gd https://github.com/advisories/GHSA-hpgw-ww76-c68r 38.6.0
2026-06-13T06:29:57.275290+00:00 GHSA Importer Fixing VCID-426v-vz22-nqem https://github.com/advisories/GHSA-9525-27vj-c8r8 38.6.0
2026-06-12T22:23:20.622034+00:00 GitLab Importer Fixing VCID-ecpv-3xqn-eqf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/CVE-2026-46360.yml 38.6.0
2026-06-12T22:23:16.917648+00:00 GitLab Importer Fixing VCID-txxg-bugj-6bd4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/CVE-2026-45008.yml 38.6.0
2026-06-12T22:23:14.585251+00:00 GitLab Importer Fixing VCID-zr1w-jzzj-a7gd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-hpgw-ww76-c68r.yml 38.6.0
2026-06-12T22:23:04.100315+00:00 GitLab Importer Fixing VCID-1qwx-htn1-4bg8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-289f-fq7w-6q2w.yml 38.6.0
2026-06-12T22:23:00.395353+00:00 GitLab Importer Fixing VCID-rrz3-kbbd-eyhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-9pq7-mfwh-xx2j.yml 38.6.0
2026-06-12T22:22:51.400151+00:00 GitLab Importer Fixing VCID-8k51-budg-h3ak https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-rm98-82fr-mcfx.yml 38.6.0
2026-06-12T22:22:45.202274+00:00 GitLab Importer Fixing VCID-5pw3-qxh6-6ufr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-99qv-g4x9-mgc3.yml 38.6.0
2026-06-12T22:22:41.287899+00:00 GitLab Importer Fixing VCID-n3tn-cpf3-5qe2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/CVE-2026-45009.yml 38.6.0
2026-06-12T22:22:41.149777+00:00 GitLab Importer Fixing VCID-vjqh-59nn-5ude https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/CVE-2026-46363.yml 38.6.0
2026-06-12T22:22:12.534922+00:00 GitLab Importer Fixing VCID-yckn-74u4-pkaw https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-7cx3-2qx2-3g6w.yml 38.6.0
2026-06-12T22:21:45.933847+00:00 GitLab Importer Fixing VCID-7tpb-1avq-zfhu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-pqh6-8fxf-jx22.yml 38.6.0
2026-06-12T22:21:36.452781+00:00 GitLab Importer Fixing VCID-tpbv-urbk-h7gf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/GHSA-pm8c-3qq3-72w7.yml 38.6.0
2026-06-12T22:21:34.321034+00:00 GitLab Importer Fixing VCID-426v-vz22-nqem https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/phpmyfaq/phpmyfaq/CVE-2026-46367.yml 38.6.0
2026-06-12T07:52:09.102980+00:00 GithubOSV Importer Fixing VCID-7tpb-1avq-zfhu https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-pqh6-8fxf-jx22/GHSA-pqh6-8fxf-jx22.json 38.6.0
2026-06-12T07:52:08.065793+00:00 GithubOSV Importer Fixing VCID-n3tn-cpf3-5qe2 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-jrc5-w569-h7h5/GHSA-jrc5-w569-h7h5.json 38.6.0
2026-06-12T07:52:07.144874+00:00 GithubOSV Importer Fixing VCID-4ncr-rkh2-nugc https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-p26v-fx3x-r2rp/GHSA-p26v-fx3x-r2rp.json 38.6.0
2026-06-12T07:52:06.843846+00:00 GithubOSV Importer Fixing VCID-kxwb-kju3-abbx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-rmqr-h98c-qg2m/GHSA-rmqr-h98c-qg2m.json 38.6.0
2026-06-12T07:52:04.190718+00:00 GithubOSV Importer Fixing VCID-dqnt-wnj7-jbha https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-w9mj-gfrm-hj5x/GHSA-w9mj-gfrm-hj5x.json 38.6.0
2026-06-12T07:52:03.343780+00:00 GithubOSV Importer Fixing VCID-tpbv-urbk-h7gf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-pm8c-3qq3-72w7/GHSA-pm8c-3qq3-72w7.json 38.6.0
2026-06-12T07:52:01.216798+00:00 GithubOSV Importer Fixing VCID-vjqh-59nn-5ude https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-f5p7-2c9q-8896/GHSA-f5p7-2c9q-8896.json 38.6.0
2026-06-12T07:51:59.197883+00:00 GithubOSV Importer Fixing VCID-1qwx-htn1-4bg8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-289f-fq7w-6q2w/GHSA-289f-fq7w-6q2w.json 38.6.0
2026-06-12T07:51:53.296152+00:00 GithubOSV Importer Fixing VCID-rrz3-kbbd-eyhq https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-9pq7-mfwh-xx2j/GHSA-9pq7-mfwh-xx2j.json 38.6.0
2026-06-12T07:51:51.729055+00:00 GithubOSV Importer Fixing VCID-ecpv-3xqn-eqf8 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-whqh-9pq5-c7r3/GHSA-whqh-9pq5-c7r3.json 38.6.0
2026-06-12T07:51:49.530140+00:00 GithubOSV Importer Fixing VCID-n335-2783-x3g7 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-h36g-93qx-rxgr/GHSA-h36g-93qx-rxgr.json 38.6.0
2026-06-12T07:51:49.110806+00:00 GithubOSV Importer Fixing VCID-v6s6-ssk1-cyhy https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-478m-mrw4-qf2w/GHSA-478m-mrw4-qf2w.json 38.6.0
2026-06-12T07:51:47.006861+00:00 GithubOSV Importer Fixing VCID-5bmt-azt6-nfhu https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-cqrw-j4qc-7f9w/GHSA-cqrw-j4qc-7f9w.json 38.6.0
2026-06-12T07:51:37.070971+00:00 GithubOSV Importer Fixing VCID-gm7z-qez3-8yc7 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-ch9q-c9mp-j5gq/GHSA-ch9q-c9mp-j5gq.json 38.6.0
2026-06-12T07:51:32.307109+00:00 GithubOSV Importer Fixing VCID-yckn-74u4-pkaw https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-7cx3-2qx2-3g6w/GHSA-7cx3-2qx2-3g6w.json 38.6.0
2026-06-12T07:51:19.950470+00:00 GithubOSV Importer Fixing VCID-txxg-bugj-6bd4 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-gh9p-q46p-57g2/GHSA-gh9p-q46p-57g2.json 38.6.0
2026-06-12T07:51:08.502127+00:00 GithubOSV Importer Fixing VCID-426v-vz22-nqem https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-9525-27vj-c8r8/GHSA-9525-27vj-c8r8.json 38.6.0
2026-06-12T07:51:05.617422+00:00 GithubOSV Importer Fixing VCID-8k51-budg-h3ak https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-rm98-82fr-mcfx/GHSA-rm98-82fr-mcfx.json 38.6.0
2026-06-12T07:51:04.055454+00:00 GithubOSV Importer Fixing VCID-zr1w-jzzj-a7gd https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-hpgw-ww76-c68r/GHSA-hpgw-ww76-c68r.json 38.6.0
2026-06-12T07:51:03.158430+00:00 GithubOSV Importer Fixing VCID-am2j-qs3n-uygx https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-9r8r-x3vg-6xh4/GHSA-9r8r-x3vg-6xh4.json 38.6.0
2026-06-12T07:50:55.992659+00:00 GithubOSV Importer Fixing VCID-4n1j-k92p-cqee https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-6626-79jh-5ccr/GHSA-6626-79jh-5ccr.json 38.6.0
2026-06-12T07:50:55.545057+00:00 GithubOSV Importer Fixing VCID-5pw3-qxh6-6ufr https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-99qv-g4x9-mgc3/GHSA-99qv-g4x9-mgc3.json 38.6.0
2026-06-12T07:50:52.532492+00:00 GithubOSV Importer Fixing VCID-5s4p-y3zn-zkbw https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-wj3q-vw2v-3rj3/GHSA-wj3q-vw2v-3rj3.json 38.6.0
2026-06-12T07:50:51.759803+00:00 GithubOSV Importer Fixing VCID-cmqh-65g9-r7gb https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-w42g-jj8w-fj77/GHSA-w42g-jj8w-fj77.json 38.6.0
2026-06-12T07:50:50.049468+00:00 GithubOSV Importer Fixing VCID-ffhb-2kg9-afe2 https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-5h62-f8fg-4w7q/GHSA-5h62-f8fg-4w7q.json 38.6.0
2026-06-12T07:50:49.810535+00:00 GithubOSV Importer Fixing VCID-k7r4-fn3c-f7ce https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-p9wc-4pjv-rg82/GHSA-p9wc-4pjv-rg82.json 38.6.0
2026-06-11T20:38:47.363351+00:00 GHSA Importer Affected by VCID-mdxy-3bhf-6ybe https://github.com/advisories/GHSA-gp95-j463-vv28 38.6.0