|
| 1 | +# Caddy Security Scan History |
| 2 | + |
| 3 | +**Image**: `caddy:2.10` |
| 4 | +**Purpose**: TLS termination proxy for HTTPS support |
| 5 | +**Documentation**: [Caddy TLS Proxy Evaluation](../../research/caddy-tls-proxy-evaluation/README.md) |
| 6 | + |
| 7 | +## Current Status |
| 8 | + |
| 9 | +| Version | HIGH | CRITICAL | Status | Scan Date | |
| 10 | +| ------- | ---- | -------- | ------------ | ------------ | |
| 11 | +| 2.10 | 3 | 1 | ⚠️ Monitored | Jan 13, 2026 | |
| 12 | + |
| 13 | +**Deployment Status**: ✅ Safe to deploy with monitoring |
| 14 | + |
| 15 | +## Vulnerability Summary |
| 16 | + |
| 17 | +The Caddy 2.10 image has: |
| 18 | + |
| 19 | +- **Alpine base image**: Clean (0 vulnerabilities) |
| 20 | +- **Caddy binary (Go)**: 4 vulnerabilities in dependencies (not Caddy core) |
| 21 | + |
| 22 | +All vulnerabilities have fixed versions available upstream and are expected to be resolved in the next Caddy release. |
| 23 | + |
| 24 | +## Scan History |
| 25 | + |
| 26 | +### January 13, 2026 - caddy:2.10 |
| 27 | + |
| 28 | +**Scanner**: Trivy v0.68 |
| 29 | + |
| 30 | +| Target | Type | HIGH | CRITICAL | |
| 31 | +| -------------------------- | -------- | ---- | -------- | |
| 32 | +| caddy:2.10 (alpine 3.22.2) | alpine | 0 | 0 | |
| 33 | +| usr/bin/caddy | gobinary | 3 | 1 | |
| 34 | + |
| 35 | +**Vulnerabilities Found**: |
| 36 | + |
| 37 | +| CVE | Severity | Component | Fixed Version | |
| 38 | +| -------------- | -------- | --------------------------------- | --------------- | |
| 39 | +| CVE-2025-44005 | CRITICAL | github.com/smallstep/certificates | 0.29.0 | |
| 40 | +| CVE-2025-59530 | HIGH | github.com/quic-go/quic-go | 0.49.1, 0.54.1 | |
| 41 | +| CVE-2025-58183 | HIGH | stdlib (archive/tar) | 1.24.8, 1.25.2 | |
| 42 | +| CVE-2025-61729 | HIGH | stdlib (crypto/x509) | 1.24.11, 1.25.5 | |
| 43 | + |
| 44 | +**Risk Assessment**: |
| 45 | + |
| 46 | +1. **CVE-2025-44005**: Authorization bypass in certificate creation (smallstep library) |
| 47 | +2. **CVE-2025-59530**: QUIC protocol crash (affects HTTP/3 only) |
| 48 | +3. **CVE-2025-58183**: Unbounded allocation in tar parsing |
| 49 | +4. **CVE-2025-61729**: Resource consumption in x509 certificate validation |
| 50 | + |
| 51 | +**Recommendation**: Deploy with monitoring. Update to patched version when Caddy v2.11 releases. |
| 52 | + |
| 53 | +## Related Documentation |
| 54 | + |
| 55 | +- [Full Security Analysis](../../../research/caddy-tls-proxy-evaluation/security-scan.md) |
| 56 | +- [Caddy Evaluation Summary](../../../research/caddy-tls-proxy-evaluation/README.md) |
| 57 | +- [HTTPS Implementation](../../../issues/272-add-https-support-with-caddy.md) |
| 58 | + |
| 59 | +## How to Rescan |
| 60 | + |
| 61 | +```bash |
| 62 | +trivy image --severity HIGH,CRITICAL caddy:2.10 |
| 63 | +``` |
| 64 | + |
| 65 | +## Security Advisories |
| 66 | + |
| 67 | +- **Caddy**: <https://github.com/caddyserver/caddy/security/advisories> |
| 68 | +- **Alpine Linux**: <https://secdb.alpinelinux.org/> |
0 commit comments