VRT 391,192 CVEs tracked · 15,442 in RASP scope · data as of 19 hours ago
Reset
More filters (1)
Columns
Oracle product: Oracle Communications Applications / Security (Google Protobuf-Java)
Overview 2 matches, all in RASP scope · 0 protected · 0 KEV · 1 public PoC · 1 CISA SSVC · 0 EPSS ≥ 0.5 · 0 disputed
2matches, all in RASP scope 0protected0.0% 0KEV0.0% 1public PoC50.0% 1CISA SSVC50.0% 0EPSS ≥ 0.50.0% 0disputed0.0%
Critical 0 0.0% High 2 100.0% Medium 0 0.0% Low 0 0.0% None 0 0.0% Unknown 0 0.0%
Protected by RASP 0 0.0% Rule in development 0 0.0% Mitigation candidate 2 100.0% No exploit published 0 0.0% No fix identified 0 0.0% Mitigated by environment configuration 0 0.0% Queued for review 0 0.0% Not applicable 0 0.0% Out of RASP scope 0 0.0% Rejected 0 0.0%
blocked by ARMR today 0 0.0% not blocked 2 100.0% not established 0 0.0% unrecorded 0 0.0%
Exploited in the wild 0 0.0% Working exploit published 0 0.0% Proof of concept only 1 50.0% Forecast only 0 0.0% No public exploit 1 50.0%
split by peak 1 / quarter
Unknown: 0None: 0Low: 0Medium: 0High: 2Critical: 0 Rejected: 0Out of RASP scope: 0Not applicable: 0Queued for review: 0Mitigated by environment configuration: 0No fix identified: 0No exploit published: 0Mitigation candidate: 2Rule in development: 0Protected by RASP: 0 unrecorded: 0not established: 0not blocked: 2blocked by ARMR today: 0 No public exploit: 1Forecast only: 0Proof of concept only: 1Working exploit published: 0Exploited in the wild: 0 Q1 2022: 1 CVE Q2 2022: 0 CVEs Q3 2022: 0 CVEs Q4 2022: 0 CVEs Q1 2023: 0 CVEs Q2 2023: 0 CVEs Q3 2023: 0 CVEs Q4 2023: 0 CVEs Q1 2024: 0 CVEs Q2 2024: 0 CVEs Q3 2024: 1 CVE
Q1 22Q2 22Q3 22Q4 22Q1 23Q2 23Q3 23Q4 23Q1 24Q2 24Q3 24
2 matches CSV JSON
CVE Severity Published Status Exploitation Description
CVE-2024-7254 High 2024-09-19 Mitigation candidate No public exploit Any project that parses untrusted Protocol Buffers data containing an arbitrary number of nested groups / series of SGROUP tags can corrupted by exceeding the stack limit i.e. StackOverflow. Parsing nested groups as unknown fields with DiscardUnknownFieldsParser or Java Protobuf Lite parser, or against Protobuf map fields, creates unbounded recursions that can be abused by an attacker.
CVE-2021-22569 High 2022-01-10 Mitigation candidate Proof of concept only An issue in protobuf-java allowed the interleaving of com.google.protobuf.UnknownFieldSet fields in such a way that would be processed out of order. A small malicious payload can occupy the parser for several minutes by creating large numbers of short-lived objects that cause frequent, repeated pauses. We recommend upgrading libraries beyond the vulnerable versions.