Lucene search
+L

25123 matches found

OSV
OSV
added 2026/06/20 4:07 p.m.17 views

MINI-VR56-G93V-7CRC

Bulletin has no description...

5.8AI score
SaveExploits0
OSV
OSV
added 2026/06/20 4:05 p.m.9 views

MINI-CVPR-R675-VCHR

Bulletin has no description...

9.6CVSS5.7AI score0.00347EPSS
SaveExploits0
OSV
OSV
added 2026/06/20 4:04 p.m.8 views

MINI-MQ2G-49CW-5HVC

Bulletin has no description...

9.4CVSS5.7AI score0.00163EPSS
SaveExploits0
OSV
OSV
added 2026/06/19 11:39 p.m.13 views

CGA-V43F-5GF4-32GG

Bulletin has no description...

6.5CVSS6.5AI score0.00644EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2026/06/19 10:10 p.m.30 views

SurrealDB: Field-level SELECT permissions bypassed via graph and reference traversals

A record user could read field values hidden from them by field-level SELECT permissions by reaching the records through a graph-edge - or back-reference SELECT FROM knows, person:bobknows-SELECT FROM person — returned it intact. The root cause: the shared resolverecordbatch helper used by...

5.9AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/19 9:43 p.m.27 views

GHSA-H3M5-97JQ-QJRF OpenRemote Manager: removeAlarms cross-realm IDOR (bulk delete)

Summary OpenRemote Manager is vulnerable to a cross-tenant Insecure Direct Object Reference IDOR in the bulk alarm deletion endpoint. An authenticated user in any realm can delete alarms belonging to other realms tenants by supplying arbitrary alarm IDs. The vulnerability exists because the bulk...

9.6CVSS6AI score0.00363EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/06/19 9:43 p.m.23 views

OpenRemote Manager: removeAlarms cross-realm IDOR (bulk delete)

Summary OpenRemote Manager is vulnerable to a cross-tenant Insecure Direct Object Reference IDOR in the bulk alarm deletion endpoint. An authenticated user in any realm can delete alarms belonging to other realms tenants by supplying arbitrary alarm IDs. The vulnerability exists because the bulk...

6AI score
SaveExploits0References5Affected Software1
NVD
NVD
added 2026/06/19 9:17 p.m.23 views

CVE-2026-49295

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted H.265 bitstream can cause an out-of-bounds array write in decodercontext::processreferencepictureset libde265/decctx.cc:1376. The root cause is a missing aggregate bound check on predicted...

7.1CVSS0.00338EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/19 9:17 p.m.15 views

DEBIAN-CVE-2026-49295

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted H.265 bitstream can cause an out-of-bounds array write in decodercontext::processreferencepictureset libde265/decctx.cc:1376. The root cause is a missing aggregate bound check on predicted...

7.1CVSS5.9AI score0.00338EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/06/19 9:17 p.m.10 views

CVE-2026-49295

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted H.265 bitstream can cause an out-of-bounds array write in decodercontext::processreferencepictureset libde265/decctx.cc:1376. The root cause is a missing aggregate bound check on predicted...

7.1CVSS5.8AI score0.00338EPSS
SaveExploits1References3
OSV
OSV
added 2026/06/19 9:16 p.m.24 views

GHSA-QRPV-Q767-XQQ2 Langflow: IDOR Vulnerability in `/api/v1/responses` Endpoint Allows Authenticated Attackers to Access Another User's Flow

Summary Insecure Direct Object Reference IDOR vulnerability in /api/v1/responses endpoint allows an authenticated attacker to execute any flow belonging to another user by specifying the victim's flow ID in the request. Details The vulnerability exists in the getflowbyidorendpointname helper...

8.4CVSS6AI score0.00887EPSS
SaveExploits2References8
Github Security Blog
Github Security Blog
added 2026/06/19 9:16 p.m.31 views

Langflow: IDOR Vulnerability in `/api/v1/responses` Endpoint Allows Authenticated Attackers to Access Another User's Flow

Summary Insecure Direct Object Reference IDOR vulnerability in /api/v1/responses endpoint allows an authenticated attacker to execute any flow belonging to another user by specifying the victim's flow ID in the request. Details The vulnerability exists in the getflowbyidorendpointname helper...

8.4CVSS6AI score0.00887EPSS
SaveExploits2References8Affected Software1
Snyk
Snyk
added 2026/06/19 9:13 p.m.8 views

Out-of-bounds Write

Overview Affected versions of this package are vulnerable to Out-of-bounds Write in the processreferencepictureset function. An attacker can cause memory corruption or crash the application by submitting a specially crafted H.265 bitstream that triggers an out-of-bounds write to the PocStFoll...

7.1CVSS5.8AI score0.00338EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/06/19 9:13 p.m.11 views

Improper Authorization

Overview Affected versions of this package are vulnerable to Improper Authorization in the authorization process for public assets. An attacker can perform unauthorized actions such as creating, updating, reapplying, and deleting VEX rules, as well as making changes to vulnerability-triage...

8.2CVSS5.8AI score0.00364EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/19 8:47 p.m.17 views

GHSA-H8W8-99G7-QMVJ Concurrent Ruby : `AtomicReference#update` livelocks when the stored value is `Float::NAN`

Summary Concurrent::AtomicReferenceupdate can enter a permanent busy retry loop when the current value is Float::NAN. The issue is caused by the interaction between: - AtomicReferenceupdate, which retries until compareandsetoldvalue, newvalue succeeds. - Numeric compareandset, which checks old ==...

8.2CVSS5.9AI score0.00673EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2026/06/19 8:47 p.m.14 views

Concurrent Ruby : `AtomicReference#update` livelocks when the stored value is `Float::NAN`

Summary Concurrent::AtomicReferenceupdate can enter a permanent busy retry loop when the current value is Float::NAN. The issue is caused by the interaction between: - AtomicReferenceupdate, which retries until compareandsetoldvalue, newvalue succeeds. - Numeric compareandset, which checks old ==...

8.2CVSS5.9AI score0.00673EPSS
SaveExploits1References7Affected Software1
Snyk
Snyk
added 2026/06/19 8:47 p.m.15 views

Infinite loop

Overview Affected versions of this package are vulnerable to Infinite loop in the AtomicReferenceupdate function when the current value is Float::NAN. An attacker can cause indefinite busy retry loops and CPU exhaustion by supplying malicious numeric data. Remediation Upgrade concurrent-ruby to...

8.2CVSS5.9AI score0.00673EPSS
SaveExploits1References2
OSV
OSV
added 2026/06/19 8:47 p.m.21 views

GHSA-4V55-CPMV-3VCM CoreWCF: WS-Security Reference DigestMethod Algorithm-Suite Bypass

Impact CoreWCF’s WS-Security 1.0 receive pipeline validates the SignatureMethod of an incoming ds:SignedInfo against the configured SecurityAlgorithmSuite, but does not validate the DigestMethod declared on each ds:Reference. As a result, a sender can populate ds:SignedInfo with SignatureMethod...

3.7CVSS5.8AI score0.00237EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/19 8:09 p.m.49 views

CVE-2026-49295

CVE-2026-49295 affects libde265. Before version 1.0.20, crafted H.265 bitstreams can trigger an out-of-bounds write in decoder_context::process_reference_picture_set() due to a missing aggregate bound check on predicted short-term reference picture set entries; while individual list sizes are che...

7.1CVSS5.9AI score0.00338EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/06/19 8:09 p.m.14 views

CVE-2026-49295 libde265 has an out-of-bounds write in process_reference_picture_set via predicted short-term RPS

libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.20, a crafted H.265 bitstream can cause an out-of-bounds array write in decodercontext::processreferencepictureset libde265/decctx.cc:1376. The root cause is a missing aggregate bound check on predicted...

7.1CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder