Lucene search
+L

64820 matches found

OSV
OSV
added 2026/07/24 4:0 p.m.6 views

CVE-2026-65710 sysPass 3.2.11 Missing Authorization via PublicLinkController Account Decryption

sysPass through version 3.2.11 contains a missing authorization vulnerability that allows authenticated users with the PUBLICLINKCREATE profile flag to trigger unauthorized decryption and persistent storage of any vault account's password by exploiting the absence of AccountAcl checks in the publ...

7.1CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 4:0 p.m.31 views

CVE-2026-65710 sysPass 3.2.11 Missing Authorization via PublicLinkController Account Decryption

sysPass through version 3.2.11 contains a missing authorization vulnerability that allows authenticated users with the PUBLICLINKCREATE profile flag to trigger unauthorized decryption and persistent storage of any vault account's password by exploiting the absence of AccountAcl checks in the publ...

7.1CVSS0.00178EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 4:0 p.m.19 views

CVE-2026-65710

SysPass 3.2.11 is affected by a missing authorization vulnerability in the PublicLink flow. Authenticated users with the PUBLICLINK_CREATE profile flag can trigger unauthorized decryption and persistence of vault passwords by abusing the absence of AccountAcl checks in the public link creation pa...

7.1CVSS5.9AI score0.00178EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/24 3:44 p.m.16 views

GHSA-QQ9H-G4JM-XGF3 Better Auth: Account takeover via pre-account hijacking on magic-link and email-OTP sign-in

Am I affected You are affected if all of the following hold: - You run a better-auth version below 1.6.22, or a 1.7.0-beta below 1.7.0-beta.10. - You enable the magic-link plugin or the email-OTP plugin. - You also enable email and password sign-up with open registration. - An account can exist a...

8.3CVSS5.8AI score0.00231EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64228

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: phy: avoid NULL deref when PHY driver is unbound phydev-drv can become NULL while the phydevice is still attached to its netdevice, namely after the PHY driver is unbound via sysfs: echo...

5.7AI score0.00166EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.12 views

CVE-2026-64225

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: CGX: add bounds check to cgxspeedmbps index cgxspeedmbps has 13 elements but RESPLINKSTATSPEED can yield values 0-15. If it returns a value = 13, this causes an out-of-bounds array access. Add a bounds check and...

5.7AI score0.00176EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.37 views

CVE-2026-64223 wifi: mac80211: consume only present negotiated TTLM maps

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: consume only present negotiated TTLM maps ieee80211tidtolinkmapsizeok validates negotiated TTLM elements against the number of link-map entries indicated by linkmappresence. ieee80211parsenegttlm must consume the...

8.1CVSS0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 3:23 p.m.16 views

CVE-2026-64223

The CVE covers Linux kernel wifi/mac80211 parsing of negotiated TTLM maps. The root cause is that ieee80211_parse_neg_ttlm() advanced the cursor for every TID, including those with no map bytes, allowing a sparse map to cause a later present TID to read past the validated element. The effect is a...

8.1CVSS5.8AI score0.00256EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/24 3:23 p.m.9 views

EUVD-2026-48627

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate payload length and linkindex in dcprocessdmubauxtransferasync Why&How dcprocessdmubauxtransferasync copies payload-length bytes into a 16-byte stack buffer dpaux.data16 guarded only by an ASSERT, which i...

6AI score0.00135EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64219

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate payload length and linkindex in dcprocessdmubauxtransferasync Why dcprocessdmubauxtransferasync copies payload-length bytes into a 16-byte stack buffer dpaux.data16 guarded only by an ASSERT, which is a...

7CVSS5.9AI score0.00135EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/24 3:23 p.m.10 views

CVE-2026-64219 drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate payload length and linkindex in dcprocessdmubauxtransferasync Why&How dcprocessdmubauxtransferasync copies payload-length bytes into a 16-byte stack buffer dpaux.data16 guarded only by an ASSERT, which i...

7CVSS6AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.33 views

CVE-2026-64219 drm/amd/display: Validate payload length and link_index in dc_process_dmub_aux_transfer_async

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Validate payload length and linkindex in dcprocessdmubauxtransferasync Why&How dcprocessdmubauxtransferasync copies payload-length bytes into a 16-byte stack buffer dpaux.data16 guarded only by an ASSERT, which i...

7CVSS0.00135EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:23 p.m.20 views

CVE-2026-64219

CVE-2026-64219 affects the Linux kernel drm/amd/display path, specifically dc_process_dmub_aux_transfer_async, where payload->length is copied into a 16-byte stack buffer (dpaux.data[16]) guarded only by an ASSERT(). If length > 16, this can cause a stack-based overflow; additionally, dc-&g...

7CVSS6AI score0.00135EPSS
SaveExploits0References7
CVE
CVE
added 2026/07/24 3:23 p.m.12 views

CVE-2026-64212

In the Linux kernel, the WiFi driver iwlwifi/mld contains a use-after-free-like issue in iwl_mld_remove_link: link->fw_id was saved at the start but the pointer could be NULL when storing it, and the pointer is not checked after the link is freed. The fix frees the link at the end of the funct...

5.8AI score0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/24 3:18 p.m.11 views

CVE-2026-55730

Reflected Cross-Site Scripting CWE-79 in LWEB802 in Loytec LWEB-802 before 5.0.8 on all platforms allows an unauthenticated remote attacker to execute arbitrary JavaScript in a victim's browser and perform actions with the victim's privileges via a crafted link containing a malicious project or...

8.7CVSS0.00358EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/24 3:17 p.m.7 views

CVE-2026-12503

Improper Link Resolution CWE-59 in /usr/bin/larmstarter in Loytec L-INX, L-GATE, L-ROC, L-IOB, L-DALI, L-VIS and L-PAD through 8.4.16 on LINX-A64 allows an authenticated larmapp attacker to make /etc/passwd writable by the larmapp group leading to root privilege escalation via a symlink attack on...

9.2CVSS0.00136EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/24 2:14 p.m.12 views

CVE-2026-17048

creationtimestamp| type| source ---|---|--- 2026-07-24 14:14:28+00:00| seen| https://bsky.app/profile/suriq.io/post/3mrfjysi3uw2u...

5.5CVSS5.8AI score0.00207EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/24 2:0 p.m.15 views

CVE-2026-55730

Reflected Cross-Site Scripting CWE-79 in LWEB802 in Loytec LWEB-802 before 5.0.8 on all platforms allows an unauthenticated remote attacker to execute arbitrary JavaScript in a victim's browser and perform actions with the victim's privileges via a crafted link containing a malicious project or...

8.7CVSS6.2AI score0.00358EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/24 2:0 p.m.25 views

CVE-2026-55730

CVE-2026-55730 summary: Loytec LWEB802 is affected by a reflected Cross-Site Scripting (CWE-79) in the LWEB802 component. The vulnerability exists in all platforms and affects versions prior to 5.0.8. An unauthenticated remote attacker can craft a link containing a malicious project or mspParams ...

8.7CVSS6.2AI score0.00358EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/24 2:0 p.m.34 views

CVE-2026-55730 Loytec LWEB802: Reflected Cross-Site Scripting in LWEB802

Reflected Cross-Site Scripting CWE-79 in LWEB802 in Loytec LWEB-802 before 5.0.8 on all platforms allows an unauthenticated remote attacker to execute arbitrary JavaScript in a victim's browser and perform actions with the victim's privileges via a crafted link containing a malicious project or...

8.7CVSS0.00358EPSS
SaveExploits0References1
Rows per page
Query Builder