VYPR
Medium severity5.5NVD Advisory· Published Dec 12, 2017· Updated May 13, 2026

CVE-2017-17554

CVE-2017-17554

Description

A NULL pointer dereference (DoS) Vulnerability was found in the function aubio_source_avcodec_readframe in io/source_avcodec.c of aubio 0.4.6, which may lead to DoS when playing a crafted audio file.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
aubioPyPI
< 0.4.70.4.7

Affected products

1
  • cpe:2.3:a:aubio:aubio:0.4.6:*:*:*:*:*:*:*

Patches

1
a81b12a3b417

src/io/source_avcodec.c: give up if resampling context failed opening (see #137, closes #187)

https://github.com/aubio/aubioPaul BrossierAug 6, 2018via ghsa
1 file changed · +2 0
  • src/io/source_avcodec.c+2 0 modified
    @@ -275,6 +275,8 @@ aubio_source_avcodec_t * new_aubio_source_avcodec(const char_t * path, uint_t sa
       // default to mono output
       aubio_source_avcodec_reset_resampler(s, 0);
     
    +  if (s->avr == NULL) goto beach;
    +
       s->eof = 0;
       s->multi = 0;
     
    

Vulnerability mechanics

Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.