8.2
CVE-2020-10543
- EPSS 3.94%
- Veröffentlicht 05.06.2020 14:15:10
- Zuletzt bearbeitet 21.11.2024 04:55:32
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
Perl before 5.30.3 on 32-bit platforms allows a heap-based buffer overflow because nested regular expression quantifiers have an integer overflow.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Fedoraproject ≫ Fedora Version31
Oracle ≫ Communications Billing And Revenue Management Version12.0.0.2.0
Oracle ≫ Communications Billing And Revenue Management Version12.0.0.3.0
Oracle ≫ Communications Diameter Signaling Router Version >= 8.0.0 <= 8.5.0
Oracle ≫ Communications Eagle Application Processor Version >= 16.1.0 <= 16.4.0
Oracle ≫ Communications Eagle Lnp Application Processor Version10.1
Oracle ≫ Communications Eagle Lnp Application Processor Version10.2
Oracle ≫ Communications Eagle Lnp Application Processor Version46.7
Oracle ≫ Communications Eagle Lnp Application Processor Version46.8
Oracle ≫ Communications Eagle Lnp Application Processor Version46.9
Oracle ≫ Communications Lsms Version >= 13.1 <= 13.4
Oracle ≫ Communications Offline Mediation Controller Version12.0.0.3.0
Oracle ≫ Communications Performance Intelligence Center Version >= 10.3.0.0.0 <= 10.3.0.2.1
Oracle ≫ Communications Performance Intelligence Center Version >= 10.4.0.1.0 <= 10.4.0.3.1
Oracle ≫ Communications Pricing Design Center Version12.0.0.3.0
Oracle ≫ Configuration Manager Version12.1.2.0.8
Oracle ≫ Enterprise Manager Base Platform Version13.4.0.0
Oracle ≫ Sd-wan Edge Version8.2
Oracle ≫ Sd-wan Edge Version9.0
Oracle ≫ Sd-wan Edge Version9.1
Oracle ≫ Tekelec Platform Distribution Version >= 7.4.0 <= 7.7.1
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 3.94% | 0.879 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 8.2 | 3.9 | 4.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
|
nvd@nist.gov | 6.4 | 10 | 4.9 |
AV:N/AC:L/Au:N/C:N/I:P/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.
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.