Première plateforme CVE augmentée par l'IA
grâce à l'intelligence artificielle
Décrivez ce que vous cherchez en langage naturel. L'IA identifie le produit exact, cible les CVE pertinentes et surveille votre parc 24h/24.
Sans l'IA
cpe:2.3:o:fortinet:fortios:7.4.10:*:*:*:*:*:*:*Avec cveo.tech
Fortinet firewall critique 2024
De la recherche ponctuelle à la surveillance continue de votre parc IT.
Décrivez en langage naturel — l'IA identifie le produit et cible les CVE pertinentes automatiquement.
Enregistrez vos équipements avec leur version et obtenez les CVE les concernant en un clic.
Recevez une notification par email dès qu'une nouvelle CVE critique affecte votre parc.
Scores CVSS v2, v3.0 et v3.1 avec vecteur d'attaque détaillé pour chaque vulnérabilité.
Résultats mis en cache 6h pour des recherches ultrarapides sans dépendre du débit NVD.
Données directement depuis le NIST National Vulnerability Database. Fiables et à jour.
CVE-2026-5430 (10.0) sur WSO2 API Manager : la CISA décrit une traversée de chemin, NVD une confusion d'algorithme JWT. Que faire quand même.
CVE-2026-71362 (Magento, CISA KEV) et le lot Adobe du 22 septembre : 7 CVE sur Campaign Classic 7.4.x dont deux RCE 10.0, AEM Forms JEE 10.0, deux XSS Connect.
CVE-2026-28324 (9.8) : RCE sans authentification sur SolarWinds Observability Self-Hosted, en configuration non par défaut. Vérifier la sienne.
Commencez gratuitement. Passez à Pro quand vous en avez besoin.
🎁 Essai Enterprise 7 jours gratuits
Alertes email automatiques, équipements illimités, export CSV. Aucun engagement, annulation en un clic.
CVE-2026-100721
vm2 before 3.12.2 contains an authorization bypass in the NodeVM external-module resolver. When an embedder configures `require.external` with a custom resolver (and `context: 'host'`), `LegacyResolver.customResolve` in lib/resolver-compat.js records the resolved module directory in `this.externals` as `new RegExp('^' + escapeRegExp(resolvedPath))`, without requiring a path separator or end-of-string boundary. Untrusted guest code can therefore require the allowlisted module (e.g. `foo`) and then require the absolute path of a non-allowlisted sibling whose path merely shares the resolved prefix (e.g. `.../node_modules/foo2/index.js`); the sibling passes `isPathAllowedForModule` and is loaded through `hostRequire`, so its top-level code runs in the host process before the exports are wrapped with `vm.readonly`, resulting in a sandbox escape and arbitrary code execution in the host context.
CVE-2026-100740
A vulnerability was detected in D-Link DIR-895L A1_102b07. Impacted is the function tunnel_set_params of the file tunnel.c of the component L2TP Control Channel Parser. Performing a manipulation results in out-of-bounds write. The attack may be initiated remotely. The exploit is now public and may be used.
CVE-2026-100717
froxlor is a server administration panel. In versions 2.3.10 and earlier, Validate::validateUrl rejects carriage return and line feed characters only in the path, query and fragment components returned by parse_url, and never inspects the userinfo (user:pass@) components. This is an incomplete fix for GHSA-c3p2. An authenticated low-privilege customer with subdomain-create rights (no admin or change_serversettings privilege required) can supply a subdomain redirect URL that carries a CR/LF payload in the userinfo portion (e.g. http://user%0areturn 200 "pwned";%0a@evil.com/). The value passes validation, survives IDNA encoding, and is written verbatim into the generated nginx or Apache vhost configuration, allowing the attacker to break out of the emitted directive and inject arbitrary web-server configuration lines. froxlor regenerates and reloads the web-server configuration as root, so the injected directives take effect server-wide and can hijack responses or read local files. The issue is fixed in version 2.3.12.