Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools

vue

Source -

CNAADP

CNA CVEs -

3

ADP CVEs -

1

CISA CVEs -

0

NVD CVEs -

0
Related CVEsRelated VendorsRelated AssignersReports
3Vulnerabilities found

CVE-2026-42349
Assigner-GitHub, Inc.
ShareView Details
Assigner-GitHub, Inc.
CVSS Score-7.6||HIGH
EPSS-0.25% / 15.93%
||
7 Day CHG~0.00%
Published-11 May, 2026 | 16:08
Updated-01 Jun, 2026 | 16:33
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Clerk: Authorization bypass when combining organization, billing, or reverification checks

Clerk JavaScript is the official JavaScript repository for Clerk authentication. has(), auth.protect(), and related authorization predicates in @clerk/shared, @clerk/nextjs, @clerk/backend, and other framework SDKs can return true for certain combined authorization checks when the result should be false, allowing a gated action to proceed for a user who does not satisfy the full set of requested conditions. This call shape can be bypassed if certain conditions are met: a has() or auth.protect() call that combines a reverification check with any of role, permission, feature, or plan, or that combines a billing check (feature or plan) with a role or permission check. This vulnerability is fixed in @clerk/clerk-js 5.125.10 and 6.7.5.

Action-Not Available
Vendor-clerk@clerkclerk
Product-clerk\/clerk-expoclerk\/nuxtclerk\/astroclerk\/honoclerk\/chrome-extensionclerk\/clerk-reactclerk\/expoclerk\/clerk-jsclerk\/vueclerk\/nextjsclerk\/backendclerk\/react-routerclerk\/reactclerk\/fastifyclerk\/tanstack-react-startclerk\/expressclerk\/sharedastrobackendsharedreacthonoclerk-expoclerk-reactnuxtchrome-extensionfastifytanstack-react-startjavascriptexpressreact-routerexpovuenextjs
CWE ID-CWE-754
Improper Check for Unusual or Exceptional Conditions
CWE ID-CWE-863
Incorrect Authorization
CVE-2024-9506
Assigner-HeroDevs
ShareView Details
Assigner-HeroDevs
CVSS Score-3.7||LOW
EPSS-0.53% / 41.55%
||
7 Day CHG+0.02%
Published-15 Oct, 2024 | 15:40
Updated-15 Apr, 2026 | 00:35
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Regular Expression Denial of Service (ReDoS)

Improper regular expression in Vue's parseHTML function leads to a potential regular expression denial of service vulnerability.

Action-Not Available
Vendor-vue
Product-vue
CWE ID-CWE-1333
Inefficient Regular Expression Complexity
CVE-2024-6783
Assigner-HeroDevs
ShareView Details
Assigner-HeroDevs
CVSS Score-4.8||MEDIUM
EPSS-0.51% / 40.31%
||
7 Day CHG~0.00%
Published-23 Jul, 2024 | 15:05
Updated-15 Apr, 2026 | 00:35
Rejected-Not Available
Known To Be Used In Ransomware Campaigns?-Not Available
KEV Added-Not Available
KEV Action Due Date-Not Available
Vue client-side XSS via prototype pollution

A vulnerability has been discovered in Vue, that allows an attacker to perform XSS via prototype pollution. The attacker could change the prototype chain of some properties such as `Object.prototype.staticClass` or `Object.prototype.staticStyle` to execute arbitrary JavaScript code.

Action-Not Available
Vendor-vuevuejs
Product-vuevue
CWE ID-CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')