Lucene search
+L

12974 matches found

EUVD
EUVD
added 2026/08/12 7:07 p.m.9 views

EUVD-2026-57452

SiYuan before v3.7.4 contains an information disclosure vulnerability in the /api/tag/getTag endpoint that returns tag labels and occurrence counts from password-protected documents to unauthenticated readers. Attackers can enumerate tag vocabulary and internal terminology from password-protected...

6.9CVSS5.3AI score0.00237EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/12 7:07 p.m.12 views

CVE-2026-72792

SiYuan before v3.7.4 contains an information disclosure vulnerability in the /api/tag/getTag endpoint that returns tag labels and occurrence counts from password-protected documents to unauthenticated readers. Attackers can enumerate tag vocabulary and internal terminology from password-protected...

6.9CVSS5.2AI score0.00237EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 7:07 p.m.28 views

CVE-2026-72792

SiYuan before version 3.7.4 contains an information disclosure vulnerability in the /api/tag/getTag endpoint that reveals tag labels and occurrence counts from password-protected documents to unauthenticated readers, enabling enumeration of vocabulary and internal terminology without the document...

6.9CVSS5.2AI score0.00237EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/12 6:17 p.m.10 views

CVE-2026-15423

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 19.0 before 19.0.6, 19.1 before 19.1.4, and 19.2 before 19.2.2 that under certain conditions could have allowed an authenticated user with developer-role permissions to execute CI/CD pipelines on a protected branch without...

8.5CVSS0.00259EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/12 6:05 p.m.8 views

CVE-2026-15423 Incorrect Authorization in GitLab

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 19.0 before 19.0.6, 19.1 before 19.1.4, and 19.2 before 19.2.2 that under certain conditions could have allowed an authenticated user with developer-role permissions to execute CI/CD pipelines on a protected branch without...

8.5CVSS5.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/12 6:05 p.m.38 views

CVE-2026-15423 Incorrect Authorization in GitLab

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 19.0 before 19.0.6, 19.1 before 19.1.4, and 19.2 before 19.2.2 that under certain conditions could have allowed an authenticated user with developer-role permissions to execute CI/CD pipelines on a protected branch without...

8.5CVSS0.00259EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/12 6:05 p.m.24 views

EUVD-2026-57393

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 19.0 before 19.0.6, 19.1 before 19.1.4, and 19.2 before 19.2.2 that under certain conditions could have allowed an authenticated user with developer-role permissions to execute CI/CD pipelines on a protected branch without...

8.5CVSS5.5AI score0.00259EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/08/12 6:05 p.m.9 views

CVE-2026-15423 Incorrect Authorization in GitLab

GitLab has remediated an issue in GitLab CE/EE affecting all versions from 19.0 before 19.0.6, 19.1 before 19.1.4, and 19.2 before 19.2.2 that under certain conditions could have allowed an authenticated user with developer-role permissions to execute CI/CD pipelines on a protected branch without...

8.5CVSS5.5AI score0.00259EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/12 6:05 p.m.63 views

CVE-2026-15423

GitLab CE/EE (all supported branches) were vulnerable to an authorization flaw in pipeline reference validation that could let an authenticated user with developer-role permissions run CI/CD pipelines on a protected branch without requiring push permissions. Affected versions: 19.0 before 19.0.6,...

8.5CVSS5.5AI score0.00259EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/08/12 3:18 p.m.6 views

CVE-2026-68754

A repository publisher without delete permission may modify protected package content under specific conditions...

6.5CVSS0.00221EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/12 2:58 p.m.8 views

EUVD-2026-57243

A repository publisher without delete permission may modify protected package content under specific conditions...

6.5CVSS5.2AI score0.00221EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/12 5:17 a.m.9 views

CVE-2026-12233

The PSA Protected Storage credential backend subsys/net/lib/tlscredentials/tlscredentialstrusted.c declared its credential-store mutex as a plain zero-filled static struct kmutex credentiallock; and never called kmutexinit on it. A statically zero-filled kmutex has an uninitialized wait queue its...

5.9CVSS0.00307EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/12 3:54 a.m.11 views

EUVD-2026-57067

The PSA Protected Storage credential backend subsys/net/lib/tlscredentials/tlscredentialstrusted.c declared its credential-store mutex as a plain zero-filled static struct kmutex credentiallock; and never called kmutexinit on it. A statically zero-filled kmutex has an uninitialized wait queue its...

5.9CVSS5.8AI score0.00307EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/12 3:54 a.m.46 views

CVE-2026-12233

CVE-2026-12233 affects the PSA Protected Storage TLS credential backend. The credential_store mutex was declared as a zero-initialized static k_mutex and never initialized, leaving its wait queue NULL. Under contention, z_pend_curr() appends to this uninitialized wait queue and dereferences a NUL...

5.9CVSS5.8AI score0.00307EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/12 3:54 a.m.11 views

CVE-2026-12233 Uninitialized mutex in TLS trusted-credential backend causes kernel NULL-deref DoS under contention

The PSA Protected Storage credential backend subsys/net/lib/tlscredentials/tlscredentialstrusted.c declared its credential-store mutex as a plain zero-filled static struct kmutex credentiallock; and never called kmutexinit on it. A statically zero-filled kmutex has an uninitialized wait queue its...

5.9CVSS5.9AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/12 3:54 a.m.34 views

CVE-2026-12233 Uninitialized mutex in TLS trusted-credential backend causes kernel NULL-deref DoS under contention

The PSA Protected Storage credential backend subsys/net/lib/tlscredentials/tlscredentialstrusted.c declared its credential-store mutex as a plain zero-filled static struct kmutex credentiallock; and never called kmutexinit on it. A statically zero-filled kmutex has an uninitialized wait queue its...

5.9CVSS0.00307EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.6 views

PT-2026-71109

A repository publisher without delete permission may modify protected package content under specific conditions...

6.5CVSS5.2AI score0.00221EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.5 views

PT-2026-71250

SiYuan versions up to and including v3.7.2 fixed in v3.7.4 contain an information disclosure vulnerability in the /api/asset/getFileAnnotation endpoint, which returns .sya PDF-annotation file content without a publish-access check. Because the endpoint is gated only by CheckAuth unlike the /asset...

6.9CVSS5.3AI score0.00283EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.8 views

PT-2026-71237

SiYuan versions before v3.7.4 fail to filter embedded block content by publish access in the getBlockDOMWithEmbed and getBlockDOMsWithEmbed endpoints. Attackers can request published blocks containing embed queries to read content from password-protected, hidden, or forbidden documents without...

9.2CVSS5.3AI score0.00241EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.8 views

PT-2026-71247

SiYuan versions before v3.7.4 fail to enforce publish-access checks on getBlockBreadcrumb, getRefText, and getBlockTreeInfos endpoints, allowing disclosure of protected document content and metadata. Anonymous readers or publish RoleReader accounts can retrieve document titles, ancestor block...

6.9CVSS5.3AI score0.00237EPSS
SaveExploits0References3
Rows per page
Query Builder