aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2024-05-02 03:59:11 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2024-05-02 04:06:54 +0000
commitf237383c608b753264c0a56de5e94b399c0a9b31 (patch)
tree8860899508b6f0709d42eabf45eabecdb5cd9704 /security
parent2a131a985d908ac72c3450158f195dc339236d3b (diff)
downloadports-f237383c608b753264c0a56de5e94b399c0a9b31.tar.gz
ports-f237383c608b753264c0a56de5e94b399c0a9b31.zip
security/vuxml: Document ACE vulnerability in math/R
In versions released before 4.4.0, the R statistical program is vulnerable to CVE-2024-27322, which allows maliciously crafted RDS (R Data Serialization) files or R packages to run arbitrary code. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'security')
-rw-r--r--security/vuxml/vuln/2024.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index 5db3845477dc..fd2a574679c5 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,29 @@
+ <vuln vid="4a1e2bad-0836-11ef-9fd2-1c697a616631">
+ <topic>R -- arbitrary code execution vulnerability</topic>
+ <affects>
+ <package>
+ <name>R</name>
+ <range><lt>4.4.0</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>HiddenLayer Research reports:</p>
+ <blockquote cite="https://hiddenlayer.com/research/r-bitrary-code-execution/">
+ <p>Deserialization of untrusted data can occur in the R statistical programming language, enabling a maliciously crafted RDS (R Data Serialization) formatted file or R package to run arbitrary code on an end user's system.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2024-27322</cvename>
+ <url>https://nvd.nist.gov/vuln/detail/CVE-2024-27322</url>
+ </references>
+ <dates>
+ <discovery>2024-04-29</discovery>
+ <entry>2024-05-02</entry>
+ </dates>
+ </vuln>
+
<vuln vid="da4adc02-07f4-11ef-960d-5404a68ad561">
<topic>hcode -- buffer overflow in mail.c</topic>
<affects>