Lucene search
+L

1226 matches found

vulnersOsv
vulnersOsv
added 2026/05/19 7:54 p.m.8 views

com.squareup.wire:wire-grpc-client (>=7.0.0-alpha01 <=7.0.0-alpha02), com.squareup.wire:wire-schema (>=7.0.0-alpha01 <=7.0.0-alpha02) +1 more potentially affected by CVE-2026-45799 via com.squareup.wire:wire-runtime (>=7.0.0-alpha01 <=7.0.0-alpha02)

com.squareup.wire:wire-runtime MAVEN version =7.0.0-alpha01, =7.0.0-alpha01, =7.0.0-alpha01, =7.0.0-alpha01, =7.0.0-alpha02 Source cves: CVE-2026-45799 Source advisory: SNYK:JAVA-COMSQUAREUPWIRE-16771313...

5.4AI score0.0049EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/05/19 7:54 p.m.12 views

com.squareup.wire:wire-grpc-client (>=7.0.0-alpha01 <=7.0.0-alpha02), com.squareup.wire:wire-schema (>=7.0.0-alpha01 <=7.0.0-alpha02) +1 more potentially affected by CVE-2026-45799 via com.squareup.wire:wire-runtime (>=7.0.0-alpha01 <=7.0.0-alpha02)

com.squareup.wire:wire-runtime MAVEN version =7.0.0-alpha01, =7.0.0-alpha01, =7.0.0-alpha01, =7.0.0-alpha01, =7.0.0-alpha02 Source cves: CVE-2026-45799 Source advisory: OSV:GHSA-7XPR-HC2W-34M9...

5.4AI score0.0049EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2026/05/19 7:54 p.m.13 views

ai.looktech.ltrpc.schema:app-server-android (>=2.0.0 <=2.7.0), ai.looktech.ltrpc.schema:app-server-jvm (>=2.0.0 <=2.7.0) +110 more potentially affected by CVE-2026-45799 via com.squareup.wire:wire-runtime-jvm (>=6.0.0-alpha01 <=6.2.0)

com.squareup.wire:wire-runtime-jvm MAVEN version =6.0.0-alpha01, =2.0.0, =2.0.0, =2.0.0, =2.0.0, =1.5.0-alpha05, =1.5.0-alpha05, =1.5.0-alpha05, =1.5.0-alpha05, =1.5.0-alpha05, =2.0.0-alpha04, =2.0.0-alpha04, =2.0.0-alpha04, =2026.03.26.140500-911435f, =2026.03.26.140500-911435f,...

5.4AI score0.0049EPSS
SaveExploits0
Snyk
Snyk
added 2026/05/19 7:54 p.m.10 views

Improper Validation of Array Index

Overview Affected versions of this package are vulnerable to Improper Validation of Array Index in the skipGroup function. An attacker can cause a service crash by sending a crafted protobuf payload with a negative length in a length-delimited field inside a group, leading to an unchecked runtime...

8.7CVSS5.8AI score0.0049EPSS
SaveExploits0References2
OSV
OSV
added 2026/05/19 7:54 p.m.10 views

GHSA-7XPR-HC2W-34M9 Wire: skipGroup() missing negative-length check allows 10-byte payload to crash any Wire-decoding service

CVE-2026-45799 Maintainer summary Wire's protobuf group-skipping logic did not reject negative lengths before skipping a length-delimited field inside a group. A crafted protobuf payload could cause Wire to throw an unchecked runtime exception during decoding instead of the documented IOException...

7.5CVSS5.5AI score0.0049EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2026/05/19 1:29 p.m.13 views

freerdp: FreeRDP heap-buffer-overflow

A heap based buffer overflow flaw has been discovered in FreeRDP. In affected versions RDPEAR’s NDR array reader does not perform bounds checking on the on‑wire element count and can write past the heap buffer allocated from hints, causing a heap buffer overflow in ndrreaduint8Array...

9.8CVSS5.9AI score0.00662EPSS
SaveExploits1References6
Positive Technologies
Positive Technologies
added 2026/05/19 12:0 a.m.17 views

PT-2026-41958

Name of the Vulnerable Software and Affected Versions go-git versions prior to v5 Description The SSH transport in go-git constructs the remote exec command by wrapping the repository path in single quotes but fails to escape single quotes embedded within that path. This allows a repository path...

9.6CVSS5.9AI score0.00365EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/19 12:0 a.m.18 views

PT-2026-42032

Name of the Vulnerable Software and Affected Versions wire-runtime versions prior to 6.3.0 wire-runtime-jvm versions 5.3.1 and 5.3.3 Wire 7 alpha versions prior to 7.0.0-alpha03 Description In the wire-runtime component, the ByteArrayProtoReader32.skipGroup and ProtoReader.skipGroup functions fai...

7.5CVSS5.3AI score0.0049EPSS
SaveExploits0References11
OSV
OSV
added 2026/05/18 8:20 p.m.13 views

GHSA-J8P6-96VP-F3R9 OpenTelemetry eBPF Instrumentation: MongoDB parser panics on malformed wire messages

Summary Malformed MongoDB wire messages can trigger uncaught panics in the MongoDB TCP parser, allowing a remote unauthenticated attacker to crash the telemetry agent and cause a denial of service. The parser operates on raw attacker-controlled network payloads before the input is fully validated...

7.5CVSS6AI score0.00463EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/05/18 4:22 p.m.24 views

iskorotkov/avro: Integer Overflow in Decoder

Integer Overflow in Avro Decoder Summary Several Avro decoder paths read attacker-controlled 64-bit values from the wire format and either narrowed them to platform-sized int before bounds-checking, or summed them with overflow-prone signed-int arithmetic. On 32-bit targets GOARCH=386, arm, mips,...

8.7CVSS7.2AI score0.00529EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/18 12:0 a.m.19 views

PT-2026-41799

Name of the Vulnerable Software and Affected Versions iskorotkov/avro versions prior to 2.33.0 github.com/hamba/avro/v2 versions prior to 2.32.0 Description Several Avro decoder paths read attacker-controlled 64-bit values from the wire format and either narrowed them to platform-sized int before...

8.7CVSS7.2AI score0.00529EPSS
SaveExploits0References22
Circl
Circl
added 2026/05/17 3:1 p.m.16 views

CVE-2025-15023

creationtimestamp| type| source ---|---|--- 2026-05-17 15:01:05+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mm2mvjiwjf2e...

8.8CVSS5.8AI score0.00216EPSS
SaveExploits0References1
Circl
Circl
added 2026/05/17 2:1 p.m.21 views

CVE-2026-42334

creationtimestamp| type| source ---|---|--- 2026-05-17 14:01:13+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mm2jkjeyun2z...

7.5CVSS5.8AI score0.00274EPSS
SaveExploits0References1
Circl
Circl
added 2026/05/16 4:3 p.m.13 views

CVE-2026-44714

creationtimestamp| type| source ---|---|--- 2026-05-16 16:03:28+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mly7qyq2jx2n...

7.5CVSS5.8AI score0.0027EPSS
SaveExploits0References1
Circl
Circl
added 2026/05/15 10:0 a.m.16 views

CVE-2026-8398

creationtimestamp| type| source ---|---|--- 2026-05-15 10:00:18+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mlv35uqdzj2k 2026-05-27 18:00:02+00:00| exploited| https://vulnerability.circl.lu/known-exploited-vulnerabilities-catalog/11739434-0930-4569-82cd-80d659d1039f...

9.8CVSS6AI score0.01456EPSS
SaveExploits1References19
Circl
Circl
added 2026/05/15 7:33 a.m.16 views

CVE-2026-4094

creationtimestamp| type| source ---|---|--- 2026-05-15 07:33:27+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mlusxccsji2q...

8.1CVSS5.8AI score0.00273EPSS
SaveExploits0References1
Circl
Circl
added 2026/05/14 9:46 a.m.20 views

CVE-2026-6514

creationtimestamp| type| source ---|---|--- 2026-05-14 09:46:54+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mlsjwyll2e2r...

7.5CVSS5.8AI score0.00271EPSS
SaveExploits0References1
Circl
Circl
added 2026/05/14 7:52 a.m.16 views

CVE-2026-6073

creationtimestamp| type| source ---|---|--- 2026-05-14 07:52:53+00:00| seen| https://www.acn.gov.it/portale/w/risolte-vulnerabilita-su-gitlab-ce/ee-14 2026-05-14 09:07:57+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mlshrdvr4t2r 2026-05-14 18:00:00+00:00| seen|...

8.7CVSS5.7AI score0.00188EPSS
SaveExploits0References3
Circl
Circl
added 2026/05/14 3:54 a.m.17 views

CVE-2026-46419

creationtimestamp| type| source ---|---|--- 2026-05-14 03:54:29+00:00| seen| https://bsky.app/profile/thehackerwire.bsky.social/post/3mlrwasixhi2k...

7.5CVSS5.8AI score0.00308EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/05/13 8:22 p.m.11 views

CVE-2026-41520

Cilium is a networking, observability, and security solution with an eBPF-based dataplane. Prior to versions 1.17.15, 1.18.9, and 1.19.3, the output of cilium-bugtool can contain sensitive data when the tool is run against Cilium deployments with WireGuard encryption enabled. This issue has been...

7.9CVSS5.7AI score0.00077EPSS
SaveExploits0References1
Rows per page
Query Builder