git: 59aa6f8a57fa - main - security/vuxml: Fix entry 34744aab-3bf7-11f0-b81c-001b217e4ee5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 May 2025 02:42:25 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59aa6f8a57fadd536f616ff71572ad2384bc66ec
commit 59aa6f8a57fadd536f616ff71572ad2384bc66ec
Author: Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2025-05-30 02:42:16 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2025-05-30 02:42:16 +0000
security/vuxml: Fix entry 34744aab-3bf7-11f0-b81c-001b217e4ee5
Block-level elements such as <ul> are not allowed as children of <p>.
Fixes: 26d54384e9ef (security/vuxml: document kea vulnerabilities)
Sponsored by: The FreeBSD Foundation
---
security/vuxml/vuln/2025.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml
index 9e1a899df898..7675bb13d361 100644
--- a/security/vuxml/vuln/2025.xml
+++ b/security/vuxml/vuln/2025.xml
@@ -188,11 +188,11 @@
<body xmlns="http://www.w3.org/1999/xhtml">
<p>Internet Systems Consortium, Inc. reports:</p>
<blockquote cite="https://kb.isc.org/docs/">
- <p><ul>
- <li>Loading a malicious hook library can lead to local privilege escalation https://kb.isc.org/docs/cve-2025-32801</li>
- <li>Insecure handling of file paths allows multiple local attacks https://kb.isc.org/docs/cve-2025-32802</li>
- <li>Insecure file permissions can result in confidential information leakage https://kb.isc.org/docs/cve-2025-32803</li>
- </ul></p>
+ <ul>
+ <li>Loading a malicious hook library can lead to local privilege escalation https://kb.isc.org/docs/cve-2025-32801</li>
+ <li>Insecure handling of file paths allows multiple local attacks https://kb.isc.org/docs/cve-2025-32802</li>
+ <li>Insecure file permissions can result in confidential information leakage https://kb.isc.org/docs/cve-2025-32803</li>
+ </ul>
</blockquote>
</body>
</description>