diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2021-11-16 00:37:55 +0900 |
---|---|---|
committer | Yasuhiro Kimura <yasu@FreeBSD.org> | 2021-11-16 00:42:11 +0900 |
commit | 2bcc2e10547fb8956ad43b5064f97f25b5e30e1d (patch) | |
tree | 12b454274cd5d3a453389b86eaffa7d164f274ec | |
parent | 0323a92b83fedc7c9c8827758ccac701bb748c6a (diff) | |
download | freebsd-ports-2bcc2e10547fb8956ad43b5064f97f25b5e30e1d.zip |
security/vuxml: Document denial of service vunlerability in rubygem-date
-rw-r--r-- | security/vuxml/vuln-2021.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml index e771d40668fb..8db3e0220827 100644 --- a/security/vuxml/vuln-2021.xml +++ b/security/vuxml/vuln-2021.xml @@ -1,3 +1,35 @@ + <vuln vid="6916ea94-4628-11ec-bbe2-0800270512f4"> + <topic>rubygem-date -- Regular Expression Denial of Service Vunlerability of Date Parsing Methods</topic> + <affects> + <package> + <name>rubygem-date</name> + <range><lt>3.2.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Stanislav Valkanov reports:</p> + <blockquote cite="https://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/"> + <p> + Date's parsing methods including <code>Date.parse</code> + are using Regexps internally, some of which are vulnerable + against regular expression denial of service. Applications + and libraries that apply such methods to untrusted input + may be affected. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2021-41817</cvename> + <url>https://www.ruby-lang.org/en/news/2021/11/15/date-parsing-method-regexp-dos-cve-2021-41817/</url> + </references> + <dates> + <discovery>2021-11-15</discovery> + <entry>2021-11-15</entry> + </dates> + </vuln> + <vuln vid="42a4d82d-4603-11ec-8be6-d4c9ef517024"> <topic>Roundcube -- Multiple vulnerabilities</topic> <affects> |