Reporte de Auditoría de Seguridad · v2.0
Grade: F
30087 hallazgos totales en 87 archivos · 29 tipos de vulnerabilidades
A07:2021-Identification-Auth-Failures
14072
A07:2021-Identification-Auth-Failures
A03:2021-Injection
10216
A03:2021-Injection
A01:2021-Broken-Access-Control
2311
A01:2021-Broken-Access-Control
A05:2021-Security-Misconfiguration
1795
A05:2021-Security-Misconfiguration
A07:2021-XSS
1351
A07:2021-XSS
A02:2021
181
Cryptographic Failures
A01:2021
92
Broken Access Control
A02:2021-Cryptographic Failures
28
A02:2021-Cryptographic Failures
A04:2021
17
Insecure Design
A09:2021-Security-Logging
11
A09:2021-Security-Logging
A07:2021
8
Identification & Auth Failures
A02:2021-Cryptographic-Failures
5
A02:2021-Cryptographic-Failures
| Severidad | Cantidad | Vulnerabilidad · Detalle · Mitigación |
|---|---|---|
|
🟡 WARNING
MEDIUM |
14047 |
A07:2021-Identification-Auth-Failures
CWE-208
Comparación de secretos con === — vulnerable a Timing Attack, usar crypto.timingSafeEqual 📁 10 archivos afectados
🛠 Mitigación recomendada — Timing Attack en comparación de secretos⚠️ Riesgo: La comparación con === tiene tiempo variable según el punto de fallo, permitiendo a un atacante adivinar tokens o hashes bit a bit mediante análisis de tiempo de respuesta. Pasos de remediación:
Ejemplo de código: const crypto = require('crypto');
const expected = Buffer.from(process.env.API_TOKEN);
const received = Buffer.from(req.headers['x-api-key'] || '');
if (expected.length !== received.length || !crypto.timingSafeEqual(expected, received)) {
return res.status(401).json({ error: 'Unauthorized' });
}
🎯 Vector de Pentest: Timing Attack, Token Brute Force |
| 🟡 WARNING | 466 |
A03:2021-Injection
CWE-95
setTimeout/setInterval con string en lugar de función — eval implícito 📁 10 archivos afectados
|
| 🟡 WARNING | 7438 |
A03:2021-Injection
CWE-1321
Asignación con propiedad dinámica puede contaminar __proto__ 📁 10 archivos afectados
|
|
🟡 WARNING
HIGH |
1510 |
A01:2021-Broken-Access-Control
CWE-285
API Gateway sin whitelist de rutas — todas las acciones expuestas por defecto 📁 10 archivos afectados
🛠 Mitigación recomendada — API Gateway Moleculer sin whitelist de rutas⚠️ Riesgo: Sin whitelist, el gateway expone automáticamente todas las acciones de todos los servicios registrados, incluyendo acciones internas o de administración. Pasos de remediación:
Ejemplo de código: // Correcto
{
path: '/api',
whitelist: [
'users.login',
'users.register',
'products.list'
],
aliases: {
'POST /login': 'users.login',
'GET /products': 'products.list'
}
}
🎯 Vector de Pentest: Unauthorized API Access, Internal Action Exposure |
| 🟡 WARNING | 274 |
A01:2021-Broken-Access-Control
CWE-601
window.location con datos sin validar — posible Open Redirect 📁 10 archivos afectados
|
|
🟡 WARNING
HIGH |
1323 |
A07:2021-XSS
Salida directa sin sanitización (posible XSS) 📁 10 archivos afectados
🛠 Mitigación recomendada — Salida directa sin sanitización (XSS)⚠️ Riesgo: Imprimir datos sin sanitizar permite ataques Cross-Site Scripting que pueden robar sesiones o ejecutar código malicioso. Pasos de remediación:
Ejemplo de código: echo htmlspecialchars($var, ENT_QUOTES, 'UTF-8'); 🎯 Vector de Pentest: Reflected XSS, Stored XSS, Cookie Theft |
| 🟡 WARNING | 1498 |
A05:2021-Security-Misconfiguration
CWE-1333
RegExp construido con input del usuario — posible ReDoS 📁 10 archivos afectados
|
| 🟡 WARNING | 4 |
A03:2021-Injection
CWE-1321
Object.assign con datos externos puede contaminar el prototipo 📁 4 archivos afectados
|
| 🟡 WARNING | 5 |
A02:2021-Cryptographic-Failures
CWE-338
mt_rand()/rand() no son criptográficamente seguros — no usar para tokens 📁 5 archivos afectados
|
| 🟡 WARNING | 25 |
A07:2021-Identification-Auth-Failures
CWE-384
session_start() sin session_regenerate_id() en login — posible Session Fixation 📁 10 archivos afectados
|
| 🟡 WARNING | 92 |
A01:2021
Ruta Slim sin middleware de autenticación detectada 📁 10 archivos afectados
|
| 🟡 WARNING | 3 |
A07:2021
Algoritmo JWT potencialmente inseguro o no validado 📁 3 archivos afectados
|
| 🟡 WARNING | 277 |
A01:2021-Broken-Access-Control
CWE-352
Formulario POST sin verificación de token CSRF 📁 10 archivos afectados
|
| 🟡 WARNING | 17 |
A04:2021
Input obtenido desde Slim Request sin validación explícita 📁 10 archivos afectados
|
| 🔵 INFO | 288 |
A05:2021-Security-Misconfiguration
CWE-755
JSON.parse sin try/catch puede crashear la aplicación con input malformado 📁 10 archivos afectados
|
| 🔵 INFO | 250 |
A01:2021-Broken-Access-Control
CWE-285
fetch() a API interna sin header de Authorization — petición no autenticada 📁 10 archivos afectados
|
| 🔵 INFO | 8 |
A05:2021-Security-Misconfiguration
CWE-200
var_dump()/print_r() — posible exposición de datos en producción 📁 8 archivos afectados
|
| 🔵 INFO | 11 |
A09:2021-Security-Logging
CWE-312
console.log de estado de Redux/Zustand con posibles datos sensibles 📁 10 archivos afectados
|
|
🔴 ERROR
HIGH |
1760 |
A03:2021-Injection
CWE-79
innerHTML/outerHTML con datos sin sanitizar — DOM XSS 📁 10 archivos afectados
🛠 Mitigación recomendada — innerHTML con datos sin sanitizar — DOM XSS⚠️ Riesgo: Asignar contenido sin sanitizar a innerHTML permite DOM-based XSS que ejecuta en el contexto del usuario, pudiendo robar cookies, tokens o realizar acciones en su nombre. Pasos de remediación:
Ejemplo de código: // Correcto — texto plano element.textContent = userInput; // Correcto — HTML sanitizado import DOMPurify from 'dompurify'; element.innerHTML = DOMPurify.sanitize(userInput); // Incorrecto element.innerHTML = userInput; 🎯 Vector de Pentest: DOM XSS, Cookie Theft, Session Hijacking |
| 🔴 ERROR | 60 |
A03:2021-Injection
CWE-79
insertAdjacentHTML con datos sin sanitizar — DOM XSS 📁 10 archivos afectados
|
| 🔴 ERROR | 12 |
A03:2021-Injection
CWE-79
document.write() con datos dinámicos — DOM XSS 📁 10 archivos afectados
|
|
🔴 ERROR
CRITICAL |
195 |
A03:2021-Injection
CWE-98
include/require con variable dinámica — posible LFI/RFI 📁 10 archivos afectados
🛠 Mitigación recomendada — include/require dinámico — LFI/RFI⚠️ Riesgo: Local File Inclusion permite leer archivos del servidor (/etc/passwd, logs) o ejecutar código. Remote File Inclusion permite cargar y ejecutar código desde un servidor remoto. Pasos de remediación:
Ejemplo de código: $allowed = ['home' => 'home.php', 'about' => 'about.php']; $page = $allowed[$_GET['page']] ?? 'home.php'; include 'pages/' . $page; 🎯 Vector de Pentest: Local File Inclusion (LFI), Remote File Inclusion (RFI) |
| 🔴 ERROR | 4 |
A03:2021-Injection
CWE-95
new Function() equivale a eval() — posible inyección de código 📁 4 archivos afectados
|
|
🔴 ERROR
HIGH |
5 |
A07:2021
JWT generado sin claim 'exp' 📁 5 archivos afectados
🛠 Mitigación recomendada — JWT sin expiración en PHP⚠️ Riesgo: Tokens sin expiración permiten accesos indefinidos. Si un token es comprometido, permanece válido para siempre. Pasos de remediación:
Ejemplo de código: $payload = ['sub' => $userId, 'exp' => time() + 3600, 'iat' => time()]; $token = JWT::encode($payload, $secretKey, 'HS256'); 🎯 Vector de Pentest: Token Replay, Session Persistence After Logout |
| 🔴 ERROR | 10 |
A02:2021-Cryptographic Failures
JWT::decode usado sin validación explícita de algoritmo 📁 10 archivos afectados
|
|
🔴 ERROR
CRITICAL |
18 |
A02:2021-Cryptographic Failures
Uso de hash inseguro (md5/sha1) 📁 10 archivos afectados
🛠 Mitigación recomendada — Hash débil de contraseña (MD5/SHA1)⚠️ Riesgo: MD5 y SHA1 son algoritmos rotos para passwords. Pueden ser revertidos con rainbow tables o fuerza bruta en segundos. Pasos de remediación:
Ejemplo de código: $hash = password_hash($password, PASSWORD_BCRYPT, ['cost' => 12]); $valid = password_verify($input, $hash); 🎯 Vector de Pentest: Password Cracking, Credential Stuffing, Rainbow Table Attack |
| 🔴 ERROR | 28 |
A07:2021-XSS
Datos del request enviados en la respuesta sin sanitización 📁 10 archivos afectados
|
| 🔴 ERROR | 277 |
A03:2021-Injection
Uso de input sin validación previa 📁 10 archivos afectados
|
| 🔴 ERROR | 1 |
A05:2021-Security-Misconfiguration
CWE-200
phpinfo() expone configuración completa del servidor 📁 1 archivo afectado
|
| Severidad | Tipo | Archivo : Línea | Descripción | Preview |
|---|---|---|---|---|
| HIGH | generic-api-key |
pruebaaWs.php : L3 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | DQCcwV*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/libs/quill/quill.min.js : L7 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | e.defa*** |
| HIGH | gcp-api-key |
PREV/Template_html/dist/minimal/maps-google.html : L2651 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L12 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L25 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L57 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L113 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L162 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/corporate/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/creative/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/default/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/galaxy/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/interactive/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/material/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/minimal/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/modern/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/saas/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L12 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L25 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L57 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L113 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L162 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | generic-api-key |
PREV/assets/libs/quill/quill.min.js : L7 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | e.defa*** |
| HIGH | generic-api-key |
PREV/discoveryWS/clsAuthentication.php : L9 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
PREV/discoveryWS/clsAuthentication.php : L47 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
PREV/discoveryWS/clsAuthentication.php : L68 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
PREV/discoveryWS/dbconn.php : L8 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | Hs10g7*** |
| HIGH | private-key |
PREV/discoveryWS/vendor/firebase/php-jwt/README.md : L112 | Identified a Private Key, which may compromise cryptographic security and sensitive data encryption. | -----B*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | generic-api-key |
PREV/Template_html/dist/minimal/assets/libs/quill/quill.min.js : L7 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | e.defa*** |
| HIGH | gcp-api-key |
PREV/Template_html/dist/minimal/maps-google.html : L2651 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L12 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L25 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L57 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L113 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/js/pages/leaflet-map.init.js : L162 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
PREV/Template_html/src/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/corporate/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/creative/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/default/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/galaxy/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/interactive/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/material/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/minimal/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/modern/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
PREV/Template_html/src/html/saas/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L12 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L25 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L57 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L113 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/js/pages/leaflet-map.init.js : L162 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
PREV/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | generic-api-key |
PREV/assets/libs/quill/quill.min.js : L7 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | e.defa*** |
| HIGH | generic-api-key |
PREV/discoveryWS/clsAuthentication.php : L9 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
PREV/discoveryWS/clsAuthentication.php : L47 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
PREV/discoveryWS/clsAuthentication.php : L68 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
PREV/discoveryWS/dbconn.php : L8 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | Hs10g7*** |
| HIGH | private-key |
PREV/discoveryWS/vendor/firebase/php-jwt/README.md : L112 | Identified a Private Key, which may compromise cryptographic security and sensitive data encryption. | -----B*** |
| HIGH | private-key |
server/discoverybuilders-6d3a72e4ac90.json : L5 | Identified a Private Key, which may compromise cryptographic security and sensitive data encryption. | -----B*** |
| HIGH | generic-api-key |
server/config.php : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | Hs10g7*** |
| HIGH | generic-api-key |
server/config2.php : L8 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | Hs10g7*** |
| HIGH | generic-api-key |
discoveryWS/clsAuthentication.php : L9 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
discoveryWS/clsAuthentication.php : L47 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
discoveryWS/clsAuthentication.php : L68 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 68V0zW*** |
| HIGH | generic-api-key |
discoveryWS/dbconn.php : L8 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | Hs10g7*** |
| HIGH | private-key |
discoveryWS/vendor/firebase/php-jwt/README.md : L112 | Identified a Private Key, which may compromise cryptographic security and sensitive data encryption. | -----B*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/js/pages/leaflet-map.init.js : L1 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | generic-api-key |
Template_html/dist/minimal/assets/libs/quill/quill.min.js : L7 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | e.defa*** |
| HIGH | gcp-api-key |
Template_html/dist/minimal/maps-google.html : L2651 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | generic-api-key |
Template_html/src/assets/js/pages/leaflet-map.init.js : L12 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/src/assets/js/pages/leaflet-map.init.js : L25 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/src/assets/js/pages/leaflet-map.init.js : L57 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/src/assets/js/pages/leaflet-map.init.js : L113 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/src/assets/js/pages/leaflet-map.init.js : L162 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
Template_html/src/assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | gcp-api-key |
Template_html/src/html/corporate/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/creative/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/default/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/galaxy/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/interactive/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/material/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/minimal/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/modern/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | gcp-api-key |
Template_html/src/html/saas/maps-google.html : L108 | Uncovered a GCP API key, which could lead to unauthorized access to Google Cloud services and data breaches. | AIzaSy*** |
| HIGH | generic-api-key |
assets/js/pages/leaflet-map.init.js : L12 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
assets/js/pages/leaflet-map.init.js : L25 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
assets/js/pages/leaflet-map.init.js : L57 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
assets/js/pages/leaflet-map.init.js : L113 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
assets/js/pages/leaflet-map.init.js : L162 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | pk.eyJ*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L6 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | fef670*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L14 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | ed4c0d*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L22 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 0b53e8*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L30 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | b69ee2*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L38 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 33ec3a*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L46 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 845403*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L54 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | aecc1e*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L62 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 8abba6*** |
| HIGH | generic-api-key |
assets/json/api-key-list.json : L70 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | 9e6d33*** |
| HIGH | generic-api-key |
assets/libs/quill/quill.min.js : L7 | Detected a Generic API Key, potentially exposing access to various services and sensitive operations. | e.defa*** |
El agente IA analiza los hallazgos del proyecto y genera un reporte ejecutivo con contexto, priorización y recomendaciones de remediación específicas al stack detectado.
Registra el estado de cada remediación aplicada. Los datos se guardan en el navegador.
14047 ocurrencias en 10 archivo(s)
466 ocurrencias en 10 archivo(s)
7438 ocurrencias en 10 archivo(s)
1510 ocurrencias en 10 archivo(s)
274 ocurrencias en 10 archivo(s)
1323 ocurrencias en 10 archivo(s)
1498 ocurrencias en 10 archivo(s)
4 ocurrencias en 4 archivo(s)
5 ocurrencias en 5 archivo(s)
25 ocurrencias en 10 archivo(s)
92 ocurrencias en 10 archivo(s)
3 ocurrencias en 3 archivo(s)
277 ocurrencias en 10 archivo(s)
17 ocurrencias en 10 archivo(s)
1760 ocurrencias en 10 archivo(s)
60 ocurrencias en 10 archivo(s)
12 ocurrencias en 10 archivo(s)
195 ocurrencias en 10 archivo(s)
4 ocurrencias en 4 archivo(s)
5 ocurrencias en 5 archivo(s)
10 ocurrencias en 10 archivo(s)
18 ocurrencias en 10 archivo(s)
28 ocurrencias en 10 archivo(s)
277 ocurrencias en 10 archivo(s)
1 ocurrencias en 1 archivo(s)
| Fecha | Proyecto | Score | Estado | Críticos | Secretos | Reporte |
|---|---|---|---|---|---|---|
| 05/03/2026 12:26 | SISTWEB_DiscoveryBuilders | 10 (F) | 🚨 Crítico | 2370 | 181 | Ver |