5

CVE-2013-0899

Integer overflow in the padding implementation in the opus_packet_parse_impl function in src/opus_decoder.c in Opus before 1.0.2, as used in Google Chrome before 25.0.1364.97 on Windows and Linux and before 25.0.1364.99 on Mac OS X and other products, allows remote attackers to cause a denial of service (out-of-bounds read) via a long packet.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Opus-codecOpus Version < 1.0.2
   GoogleChrome Version-
GoogleChrome Version < 25.0.1364.97
   LinuxLinux Kernel Version-
   MicrosoftWindows Version-
GoogleChrome Version < 25.0.1364.99
   AppleiPadOS Version-
   AppleiPhone OS Version-
   ApplemacOS X Version-
   ApplemacOS Version-
OpensuseOpensuse Version12.1
OpensuseOpensuse Version12.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 1.1% 0.76
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5 10 2.9
AV:N/AC:L/Au:N/C:N/I:N/A:P
CWE-190 Integer Overflow or Wraparound

The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.