Cybersecurity & Regolamentazione UE

News & Sicurezza

Aggiornamenti da ENISA, NVD e le principali fonti di cybersecurity europee. Tutto quello che un Responsabile Tecnico deve sapere.

36249 risultati

VulnerabilitàAlta
CVE-2026-46364 - phpMyFAQ - SQL Injection via User-Agent Header in BuiltinCaptcha

CVE ID :CVE-2026-46364 Published : May 15, 2026, 7:17 p.m. | 50 minutes ago 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. Severity: 9.8 | CRITICAL Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-46365 - phpMyFAQ - Missing Authorization in Tag Deletion Endpoint

CVE ID :CVE-2026-46365 Published : May 15, 2026, 7:17 p.m. | 50 minutes ago 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. Severity: 5.4 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-46359 - phpMyFAQ - SQL Injection in CurrentUser::setTokenData via Unescaped OAuth Token Fields

CVE ID :CVE-2026-46359 Published : May 15, 2026, 7:17 p.m. | 51 minutes ago 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. Severity: 7.5 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-46360 - phpMyFAQ - Stored XSS via Entity Decoding Depth Limit Bypass in SVG Sanitizer

CVE ID :CVE-2026-46360 Published : May 15, 2026, 7:17 p.m. | 51 minutes ago 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. Severity: 5.4 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-46361 - phpMyFAQ - Stored Cross-Site Scripting via raw Filter in search.twig

CVE ID :CVE-2026-46361 Published : May 15, 2026, 7:17 p.m. | 50 minutes ago 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. Severity: 6.9 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-46362 - phpMyFAQ - Authorization Bypass in Admin Pages via Non-Terminating Permission Check

CVE ID :CVE-2026-46362 Published : May 15, 2026, 7:17 p.m. | 50 minutes ago 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. Severity: 6.5 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-46363 - phpMyFAQ - Stored XSS in FAQ Question/Answer via Encode-Decode Bypass

CVE ID :CVE-2026-46363 Published : May 15, 2026, 7:17 p.m. | 50 minutes ago 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. Severity: 5.4 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-45800 - Vvveb: Authenticated SQL injection in /user/orders via order_by and direction

CVE ID :CVE-2026-45800 Published : May 15, 2026, 7:17 p.m. | 51 minutes ago Description :Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.3, there is an authenticated SQL injection issue in the frontend user order history page in Vvveb CMS. A normal frontend user can log in and access /user/orders. The order_by and direction request parameters are accepted from the URL, propagated through the Orders component, and directly concatenated into the SQL ORDER BY clause in OrderSQL::getAll(). Because of this, attacker-controlled input reaches SQL structure without a whitelist or safe query construction step. This vulnerability is fixed in 1.0.8.3. Severity: 8.7 | HIGH Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-45622 - Vvveb: Unauthenticated reflected XSS in public product return form via customer_order_id

CVE ID :CVE-2026-45622 Published : May 15, 2026, 7:17 p.m. | 51 minutes ago Description :Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.3, there is an unauthenticated reflected cross-site scripting (XSS) issue in the public product return form in Vvveb CMS. The customer_order_id POST parameter is inserted into the Order %s not found! error message when the order lookup fails, and that message is rendered in the frontend template without HTML escaping. As a result, attacker-controlled HTML/JavaScript executes in the submitting user's browser. This vulnerability is fixed in 1.0.8.3. Severity: 5.3 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàCritica
CVE-2026-45010 (CVSS 9.1)

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.

NVD (NIST)15 mag 2026
VulnerabilitàAlta
CVE-2026-45010 - phpMyFAQ - Unauthenticated Two-Factor Authentication Brute-Force via /admin/check Endpoint

CVE ID :CVE-2026-45010 Published : May 15, 2026, 7:17 p.m. | 51 minutes ago 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. Severity: 9.1 | CRITICAL Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026
VulnerabilitàAlta
CVE-2026-45009 - phpMyFAQ - Insufficient Authorization Check in Admin API Endpoints

CVE ID :CVE-2026-45009 Published : May 15, 2026, 7:17 p.m. | 51 minutes ago 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. Severity: 4.3 | MEDIUM Visit the link for more details, such as CVSS details, affected products, timeline, and more...

CVEfeed CVE15 mag 2026

Pagina 1617 di 3021

Resta aggiornato sulla cybersecurity

Iscriviti a CodersRegistry per ricevere gli aggiornamenti più importanti su regolamentazione EU e vulnerabilità critiche.