pkg audit and freshport missmatch

After upgrading my packages today I have found
Code:
pkg audit -F
Fetching vuln.xml.bz2: 100%  711 KiB 242.8kB/s    00:03   
libsndfile-1.0.28_1 is vulnerable:
libsndfile -- out-of-bounds reads
CVE: CVE-2017-17457
CVE: CVE-2017-17456
CVE: CVE-2017-14246
CVE: CVE-2017-14245
WWW: https://vuxml.FreeBSD.org/freebsd/30704aba-1da4-11e8-b6aa-4ccc6adda413.html
1 problem(s) in the installed packages found.
But my system has
Code:
pkg inf libsndfile
libsndfile-1.0.28_1
Name           : libsndfile
Version        : 1.0.28_1
Installed on   : Mon Mar  5 18:08:25 2018 IST
Freshports also has reported same version and no issue after mar' 01.
Are these all new CVE or I have some stale files. I have used pkg clean also.
 
Look at the VuXML URL, any version below 1.0.29 is vulnerable, this includes 1.0.28_1 and 1.0.29pre1 (prerelease version).
 
Back
Top