svn commit: r513861 - head/security/vuxml

Tobias Kortkamp tobik at freebsd.org
Sun Oct 6 05:42:05 UTC 2019


On Sun, Oct 06, 2019 at 01:48:50AM +0000, Cy Schubert wrote:
> Author: cy
> Date: Sun Oct  6 01:48:49 2019
> New Revision: 513861
> URL: https://svnweb.freebsd.org/changeset/ports/513861
> 
> Log:
>   Document two new Xpdf vulnerabilities: CVE-2019-16927 and CVE-2019-9877.
>   
>   PR:		241066
>   Security:	https://nvd.nist.gov/vuln/detail/CVE-2019-16927
>   Security:	https://nvd.nist.gov/vuln/detail/CVE-2019-9877
>   Security:	https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9877
>   Security:	https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16927
> 
> Modified:
>   head/security/vuxml/vuln.xml
> 
> Modified: head/security/vuxml/vuln.xml
> ==============================================================================
> --- head/security/vuxml/vuln.xml	Sun Oct  6 01:42:14 2019	(r513860)
> +++ head/security/vuxml/vuln.xml	Sun Oct  6 01:48:49 2019	(r513861)
> @@ -58,6 +58,49 @@ Notes:
>    * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
>  -->
>  <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
> +  <vuln vid="791e8f79-e7d1-11e9-8b31-206a8a720317">
> +    <topic>Xpdf -- Multiple Vulnerabilities</topic>
> +    <affects>
> +      <package>
> +	<name>xpdf</name>
> +	<range><lt>4.02</lt></range>
> +      </package>
> +      <package>
> +	<name>xpdf4</name>
> +	<range><lt>4.02</lt></range>

Hi,

the version range for xpdf4 (and maybe xpdf) is wrong.  graphics/xpdf4
has PORTEPOCH=1, so it should be

	<range><lt>4.02,1</lt></range>

Otherwise nobody will ever see this entry with pkg audit:

$ pkg audit -f vuln.xml xpdf4-4.01_2,1
0 problem(s) in 0 installed package(s) found.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191006/1db56cc2/attachment.sig>


More information about the svn-ports-head mailing list