From 767be5bc3ea749fce817401876542ec89ed089c1 Mon Sep 17 00:00:00 2001 From: Judit Knoll Date: Thu, 12 Feb 2026 16:35:14 +0100 Subject: [PATCH] fix small copy-paste error in A07:2025 CWE 298 and 299 --- 2025/docs/en/A07_2025-Authentication_Failures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2025/docs/en/A07_2025-Authentication_Failures.md b/2025/docs/en/A07_2025-Authentication_Failures.md index 2d3077107..2a1213853 100644 --- a/2025/docs/en/A07_2025-Authentication_Failures.md +++ b/2025/docs/en/A07_2025-Authentication_Failures.md @@ -148,9 +148,9 @@ When an attacker is able to trick a system into recognizing an invalid or incorr * [CWE-297 Improper Validation of Certificate with Host Mismatch](https://cwe.mitre.org/data/definitions/297.html) -* [CWE-298 Improper Validation of Certificate with Host Mismatch](https://cwe.mitre.org/data/definitions/298.html) +* [CWE-298 Improper Validation of Certificate Expiration](https://cwe.mitre.org/data/definitions/298.html) -* [CWE-299 Improper Validation of Certificate with Host Mismatch](https://cwe.mitre.org/data/definitions/299.html) +* [CWE-299 Improper Check for Certificate Revocation](https://cwe.mitre.org/data/definitions/299.html) * [CWE-300 Channel Accessible by Non-Endpoint](https://cwe.mitre.org/data/definitions/300.html)