Date: Tue, 8 Jul 2025 16:13:01 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22962d7e2739 - main - security/vuxml: Fix mongodb entry Message-ID: <202507081613.568GD1s5062600@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=22962d7e27390e11f507ca89c2d0b2f2fc63691b commit 22962d7e27390e11f507ca89c2d0b2f2fc63691b Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2025-07-08 16:10:55 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2025-07-08 16:10:55 +0000 security/vuxml: Fix mongodb entry Remove mongodb80 entry since it is not affected. Reported by: ronald-lists@klop.ws Fixes: fbefcec73997 --- security/vuxml/vuln/2025.xml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index d523ddea4917..d36ddddbedfe 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,32 +1,3 @@ - <vuln vid="7b4ffa5b-5bc5-11f0-834f-b42e991fc52e"> - <topic>MongoDB -- Certain Queries with Duplicate _id Fields May Cause MongoDB Server to Crash</topic> - <affects> - <package> - <name>mongodb80</name> - <range><lt>8.1.0</lt></range> - </package> - </affects> - <description> - <body xmlns="http://www.w3.org/1999/xhtml"> - <p>cna@mongodb.com reports:</p> - <blockquote cite="https://jira.mongodb.org/browse/SERVER-102693"> - <p>An authorized user can issue queries with duplicate _id - fields, that leads to unexpected behavior in MongoDB Server, - which may result to crash. This issue can only be triggered - by authorized users and cause Denial of Service.</p> - </blockquote> - </body> - </description> - <references> - <cvename>CVE-2025-7259</cvename> - <url>https://nvd.nist.gov/vuln/detail/CVE-2025-7259</url> - </references> - <dates> - <discovery>2025-07-07</discovery> - <entry>2025-07-08</entry> - </dates> - </vuln> - <vuln vid="79251dc8-5bc5-11f0-834f-b42e991fc52e"> <topic>MongoDB -- Incorrect Handling of incomplete data may prevent mongoS from Accepting New Connections</topic> <affects>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507081613.568GD1s5062600>
