diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-10-05 19:27:00 +0200 | 
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-10-05 19:27:00 +0200 | 
| commit | 5c4e719056367c3ec3b6a7174eb8aedce2afef77 (patch) | |
| tree | 8b5adb17887e2318719cec7cadd2ca561e7e40f3 | |
| parent | misc/freebsd-release-manifests: Add 15.0-ALPHA5 MANIFEST files (diff) | |
security/vuxml: Add mongodb6 vulnerability
 * CVE-2024-8654
| -rw-r--r-- | security/vuxml/vuln/2025.xml | 28 | 
1 files changed, 28 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index 806a5ebf596d..cec42b929a0c 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,31 @@ +  <vuln vid="a9dc3c61-a20f-11f0-91d8-b42e991fc52e"> +    <topic>mongodb -- MongoDB Server access to non-initialized memory</topic> +    <affects> +      <package> +	<name>mongodb6</name> +	<range><lt>6.0.3</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-71477"> +	  <p>MongoDB Server may access non-initialized region of +	  memory leading to unexpected behaviour when zero arguments +	  are called in internal aggregation stage.</p> +	</blockquote> +	</body> +    </description> +    <references> +      <cvename>CVE-2024-8654</cvename> +      <url>https://nvd.nist.gov/vuln/detail/CVE-2024-8654</url> +    </references> +    <dates> +      <discovery>2024-09-10</discovery> +      <entry>2025-10-05</entry> +    </dates> +  </vuln> +    <vuln vid="0af2f18e-a119-11f0-9446-f02f7497ecda">      <topic>redis,valkey -- Out of bound read due to a bug in LUA</topic>      <affects>  | 
