Lucene search
+L

255 matches found

Veracode
Veracode
added 2023/01/12 3:50 a.m.11 views

Prototype Pollution

convict is vulnerable to prototype pollution. An attacker is able to inject properties into existing construct prototypes via the set function in main.js and modify attributes such as proto, constructor, and other prototype base objects...

4.5AI score
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/01/10 9:50 p.m.6 views

46c-sector (>=1.0.0 <=1.2.1), @aatishgh/antora_site_generator_lunr_custom (>=0.4.0 <=0.4.3) +430 more potentially affected by CVE-2023-0163 via convict (>=0.0.6 <=6.2.3)

convict NPM version =0.0.6, =1.0.0, =0.4.0, =0.0.1, =0.0.2, =1.0.0, =1.0.0, =1.0.0, =2.2.0, =0.0.1, =1.0.0, =0.0.1, =2.1.0, =2.0.0, =3.0.2 and more Source cves: CVE-2023-0163 Source advisory: OSV:GHSA-4JRM-C32X-W4JF...

8.4CVSS5.8AI score0.00275EPSS
SaveExploits1
OSV
OSV
added 2023/01/10 9:50 p.m.29 views

GHSA-4JRM-C32X-W4JF convict vulnerable to Prototype Pollution

Impact An attacker can inject attributes that are used in other components An attacker can override existing attributes with ones that have incompatible type, which may lead to a crash. The main use case of Convict is for handling server-side configurations written by the admins owning the server...

8.6CVSS6AI score0.00275EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2023/01/10 12:0 a.m.13 views

PT-2023-9752 · Mozilla · Convict

Name of the Vulnerable Software and Affected Versions: Mozilla Convict versions prior to 6.2.4 Description: The issue is related to improperly controlled modification of object prototype attributes, also known as "prototype pollution." This allows an attacker to inject attributes that are used in...

8.4CVSS7.1AI score0.00275EPSS
SaveExploits1References9
Veracode
Veracode
added 2022/05/17 7:48 a.m.28 views

Prototype Pollution

convict is vulnerable to prototype pollution.A bypass of the fix for CVE-2022-22143 is possible which allows an attacker to inject properties into existing construct prototypes via the main.js and modify attributes such as proto, constructor, and prototype...

9.8CVSS8.9AI score0.03913EPSS
SaveExploits2References6Affected Software1
RedhatCVE
RedhatCVE
added 2022/05/16 4:26 a.m.65 views

CVE-2022-21190

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

9.8CVSS2.7AI score0.03913EPSS
SaveExploits2References3
vulnersOsv
vulnersOsv
added 2022/05/14 12:1 a.m.7 views

46c-sector (>=1.0.0 <=1.2.1), @aatishgh/antora_site_generator_lunr_custom (>=0.4.0 <=0.4.3) +430 more potentially affected by CVE-2022-21190 via convict (>=0.0.6 <=6.2.2)

convict NPM version =0.0.6, =1.0.0, =0.4.0, =0.0.1, =0.0.2, =1.0.0, =1.0.0, =1.0.0, =2.2.0, =0.0.1, =1.0.0, =0.0.1, =2.1.0, =2.0.0, =3.0.2 and more Source cves: CVE-2022-21190 Source advisory: OSV:GHSA-JJF5-WX3J-3FV7...

9.8CVSS7.2AI score0.03913EPSS
SaveExploits1
OSV
OSV
added 2022/05/14 12:1 a.m.8 views

GHSA-JJF5-WX3J-3FV7 Prototype Pollution in convict

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

9.8CVSS7.2AI score0.03913EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2022/05/14 12:1 a.m.51 views

Prototype Pollution in convict

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

9.8CVSS2.9AI score0.03913EPSS
SaveExploits1References7Affected Software1
NVD
NVD
added 2022/05/13 8:15 p.m.31 views

CVE-2022-21190

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

9.8CVSS0.03913EPSS
SaveExploits1References5
Prion
Prion
added 2022/05/13 8:15 p.m.25 views

Design/Logic Flaw

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

7.5CVSS9.4AI score0.03913EPSS
SaveExploits2References5Affected Software1
CVE
CVE
added 2022/05/13 8:0 p.m.127 views

CVE-2022-21190

CVE-2022-21190 affects convict before 6.2.3. The issue is a prototype pollution bypass tied to CVE-2022-22143: the fix that uses startsWith to block dangerous paths does not fully prevent pollution because attackers can prepend paths (e.g., foo.proto ) to bypass the check. Public sources (includi...

9.8CVSS8.6AI score0.03913EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2022/05/13 8:0 p.m.23 views

CVE-2022-21190 Prototype Pollution

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

7.5CVSS9.7AI score0.03913EPSS
SaveExploits1References5
OSV
OSV
added 2022/05/13 8:0 p.m.23 views

CVE-2022-21190 Prototype Pollution

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

7.5CVSS7.2AI score0.03913EPSS
SaveExploits1References7
ATTACKERKB
ATTACKERKB
added 2022/05/13 8:0 p.m.6 views

CVE-2022-21190

This affects the package convict before 6.2.3. This is a bypass of CVE-2022-22143. The fix introduced, relies on the startsWith method and does not prevent the vulnerability: before splitting the path, it checks if it starts with proto or this.constructor.prototype. To bypass this check it's...

9.8CVSS7.3AI score0.03913EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2022/05/13 12:0 a.m.8 views

convict 安全漏洞

convict is a featured configuration management library for Node.js. A security vulnerability exists in versions prior to convict 6.2.3...

9.8CVSS8.3AI score0.03913EPSS
SaveExploits1References6
RedhatCVE
RedhatCVE
added 2022/05/02 7:37 a.m.38 views

CVE-2022-22143

A flaw was found in convict. This flaw allows an attacker to inject attributes used in other components and override existing attributes with ones that have an incompatible type, leading to a crash...

9.8CVSS3.6AI score0.02145EPSS
SaveExploits1References4
NVD
NVD
added 2022/05/01 4:15 p.m.28 views

CVE-2022-22143

The package convict before 6.2.2 are vulnerable to Prototype Pollution via the convict function due to missing validation of parentKey. Note: This vulnerability derives from an incomplete fix of another vulnerability...

9.8CVSS0.02145EPSS
SaveExploits1References3
Prion
Prion
added 2022/05/01 4:15 p.m.27 views

Input validation

The package convict before 6.2.2 are vulnerable to Prototype Pollution via the convict function due to missing validation of parentKey. Note: This vulnerability derives from an incomplete fix of another vulnerability...

7.5CVSS9.4AI score0.02145EPSS
SaveExploits1References3Affected Software1
CVE
CVE
added 2022/05/01 3:30 p.m.135 views

CVE-2022-22143

CVE-2022-22143 is a Prototype Pollution flaw in the convict package before 6.2.3. The fix for a related issue was incomplete, enabling pollution through convict’s path handling (parentKey) and bypasses that rely on startsWith; attackers can inject or override attributes, potentially causing crash...

9.8CVSS8.5AI score0.02145EPSS
SaveExploits1References3Affected Software1
Rows per page
Query Builder