|
28 | 28 | ### HIGH Severity |
29 | 29 |
|
30 | 30 | 1. **CVE-2025-59530** - Crash in github.com/quic-go/quic-go |
31 | | - |
32 | 31 | - **Component**: `github.com/quic-go/quic-go` |
33 | 32 | - **Installed Version**: v0.54.0 |
34 | 33 | - **Fixed Version**: 0.49.1, 0.54.1 |
35 | 34 | - **Description**: quic-go Crash Due to Premature HANDSHAKE_DONE Frame |
36 | 35 | - **Reference**: https://avd.aquasec.com/nvd/cve-2025-59530 |
37 | 36 |
|
38 | 37 | 2. **CVE-2025-58183** - Unbounded allocation in Go stdlib |
39 | | - |
40 | 38 | - **Component**: `stdlib` |
41 | 39 | - **Installed Version**: v1.25.0 |
42 | 40 | - **Fixed Version**: 1.24.8, 1.25.2 |
|
55 | 53 | ### Risk Assessment |
56 | 54 |
|
57 | 55 | 1. **CVE-2025-44005 (CRITICAL)**: |
58 | | - |
59 | 56 | - **Impact**: Authorization bypass in certificate creation |
60 | 57 | - **Mitigation**: This affects the `smallstep/certificates` library, which is used by Caddy for certificate management |
61 | 58 | - **Action Required**: Monitor for Caddy v2.11 release with updated dependencies |
62 | 59 |
|
63 | 60 | 2. **CVE-2025-59530 (HIGH)**: |
64 | | - |
65 | 61 | - **Impact**: QUIC protocol crash vulnerability |
66 | 62 | - **Mitigation**: Affects HTTP/3 (QUIC) support; HTTP/2 and HTTP/1.1 not affected |
67 | 63 | - **Action Required**: Monitor for Caddy release with patched QUIC library |
@@ -106,12 +102,10 @@ Caddy's vulnerability count is within normal range for Go-based proxies. |
106 | 102 | When Caddy is officially integrated into the deployer (new issue), the following workflow updates will be required: |
107 | 103 |
|
108 | 104 | 1. **Update `.github/workflows/docker-security-scan.yml`**: |
109 | | - |
110 | 105 | - Add `caddy:2.10` (or latest version) to the third-party images matrix |
111 | 106 | - This ensures automated security scanning in CI/CD pipeline |
112 | 107 |
|
113 | 108 | 2. **Add to security scan documentation**: |
114 | | - |
115 | 109 | - Create `docs/security/production/scans/caddy.md` with scan history |
116 | 110 | - Update summary table in `docs/security/production/scans/README.md` |
117 | 111 |
|
|
0 commit comments