Date: Mon, 15 Nov 2021 15:44:06 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2bcc2e10547f - main - security/vuxml: Document denial of service vunlerability in rubygem-date Message-ID: <202111151544.1AFFi6rj039938@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bcc2e10547fb8956ad43b5064f97f25b5e30e1d commit 2bcc2e10547fb8956ad43b5064f97f25b5e30e1d Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2021-11-15 15:37:55 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2021-11-15 15:42:11 +0000 security/vuxml: Document denial of service vunlerability in rubygem-date --- security/vuxml/vuln-2021.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111151544.1AFFi6rj039938>