./rekon.sh V1.0 · Confidencial V1.0 · Confidential Engagement · PT-DEMO-2026-03 Engagement · PT-DEMO-2026-03
Informe de
evaluación de
seguridad Security
assessment
report
ACME S.A.
Evaluación gray-box de demo.example.tld: aplicación web y APIs de primer partido. Template ilustrativo — no describe un caso real. Gray-box assessment of demo.example.tld: web application and first-party APIs. Illustrative template — not a real engagement.
- ActivoAsset
- demo.example.tld
- Web + APIs del front
- ModalidadModality
- Gray-box
- 2 cuentas de prueba 2 test accounts
- InformeReport
- V1.0
- 06.03.2026 06 Mar 2026
- Retest
- 90 díasdays
- incluidoincluded
Informe de evaluación de seguridad Security assessment report Confidencial Hallazgos · 2.3.1 Findings · 2.3.1
Critical FND-DEMO-07 · ABIERTOOPEN
El webhook alcanza la red interna de la nube The webhook reaches the cloud’s internal network
Identificado el 6 de marzo de 2026 Identified 6 March 2026
- ComponenteComponent
- POST /hooks/callback · CWE-918
- CVSS 4.0
- 9.1 · AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:L/VA:N
Descripción. La dirección de callback se escribe a mano y no se contrasta contra ninguna lista. El servidor va donde le digan, incluida la red que sólo él ve desde adentro. Description. The callback address is typed by hand and checked against no list. The server goes wherever it is told, including the network only it can see from the inside.
evidencia · FND-DEMO-07 fig 04
callback = http://<metadatos-internos>/…
POST /hooks/callback → 202
reintento #1 → credencial temporal
Remediación. Lista blanca de destinos de salida; metadatos con token obligatorio y salto de red limitado a uno. Retest incluido a 90 días. Remediation. An egress allow-list; metadata service token-required, network hop limited to one. Retest included at 90 days.