Lucene search
K

25 matches found

EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2017-0222

Malware in sbrugna...

7.5CVSS7.6AI score0.00499EPSS
Exploits0References13
vulnersOsv
vulnersOsv
added 2022/01/06 8:44 p.m.2 views

@hola.org/har-validator (=2.0.6-hola.1), @hola.org/request (>=2.67.0-hola.5 <=2.67.0-hola.6) +46 more potentially affected by CVE-2018-1107 via is-my-json-valid (>=2.10.1 <=2.17.1)

is-my-json-valid NPM version =2.10.1, =2.67.0-hola.5, =2.67.0-lum.3, =1.0.1, =1.2.0, =1.0.0, =0.4.0, =1.0.0, =0.4.1, =0.0.1, =0.0.10 - fsa-creator =0.1.1 - geojsonvalidator =0.0.1 and more Source cves: CVE-2018-1107 Source advisory: OSV:GHSA-4HPF-3WQ7-5RPR...

5.3CVSS6.4AI score0.00255EPSS
Exploits1
OSV
OSV
added 2022/01/06 8:44 p.m.0 views

GHSA-4HPF-3WQ7-5RPR Regular expression deinal of service (ReDoS) in is-my-json-valid

It was discovered that the is-my-json-valid JavaScript library used an inefficient regular expression to validate JSON fields defined to have email format. A specially crafted JSON file could cause it to consume an excessive amount of CPU time when validated...

5.3CVSS7.2AI score0.00255EPSS
Exploits1References5
OSV
OSV
added 2021/03/30 2:15 a.m.0 views

CVE-2018-1107

It was discovered that the is-my-json-valid JavaScript library used an inefficient regular expression to validate JSON fields defined to have email format. A specially crafted JSON file could cause it to consume an excessive amount of CPU time when validated...

5.3CVSS5.8AI score
Exploits0References2
Cvelist
Cvelist
added 2021/03/30 1:48 a.m.11 views

CVE-2018-1107

It was discovered that the is-my-json-valid JavaScript library used an inefficient regular expression to validate JSON fields defined to have email format. A specially crafted JSON file could cause it to consume an excessive amount of CPU time when validated...

5.6AI score0.00255EPSS
Exploits1References2
CNNVD
CNNVD
added 2021/03/29 12:0 a.m.2 views

Npm is-my-json-valid 资源管理错误漏洞

Npm is-my-json-valid is an application of the United States Npm . A JSONSchema is very fast to validate using a code generation mechanism. A resource management error vulnerability exists in is-my-json-valid, which stems from the use of an inefficient regular expression to validate a JSON field...

5.3CVSS6.5AI score0.00255EPSS
Exploits1References5
OSV
OSV
added 2020/08/19 10:6 p.m.0 views

GHSA-4X7C-CX64-49W8 Regular Expression Denial of Service in is-my-json-valid

Withdrawn: Duplicate of GHSA-f522-ffg8-j8r6...

5.8AI score
Exploits0References2
Github Security Blog
Github Security Blog
added 2020/08/19 10:6 p.m.12 views

Regular Expression Denial of Service in is-my-json-valid

Withdrawn: Duplicate of GHSA-f522-ffg8-j8r6...

3.1AI score
Exploits0References3Affected Software1
Veracode
Veracode
added 2020/08/03 3:21 a.m.9 views

Regular Express Denial Of Service (ReDoS)

is-my-json-valid is vulnerable to regular expression denial of service ReDoS. The vulnerability exists as it does not impose a max length on the string to be tested against the regular expression, and uses a regular expression that evaluates strings at exponential times...

3.4AI score
Exploits0
Hacker One
Hacker One
added 2020/06/27 3:7 p.m.32 views

Node.js third-party modules: [is-my-json-valid] ReDoS via 'style' format

I would like to report a ReDoS in is-my-json-valid It allows cause a denial of service if schema uses the built-in style format. Module module name: is-my-json-valid version: 2.20.1 npm page: https://www.npmjs.com/package/is-my-json-valid Module Description A JSONSchema validator that uses code...

0.1AI score
Exploits0
Hacker One
Hacker One
added 2020/06/09 8:14 a.m.11 views

Node.js third-party modules: Arbitrary code execution via untrusted schemas in is-my-json-valid

I would like to report an arbitrary code execution vulnerability in is-my-json-valid. It allows to execute arbitrary code if an attacker-controlled schema is passed to is-my-json-valid. The module Readme doesn't say anything about the risks of untrusted schemas, so I by default assume that this i...

0.5AI score
Exploits0
OSV
OSV
added 2018/07/31 10:54 p.m.0 views

GHSA-CCQ6-3QX5-VMQX Moderate severity vulnerability that affects is-my-json-valid

Withdrawn, accidental duplicate publish. The is-my-json-valid package before 2.12.4 for Node.js has an incorrect exports'utc-millisec' regular expression, which allows remote attackers to cause a denial of service blocked event loop via a crafted string...

7.5CVSS7.1AI score0.00499EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2018/07/31 10:54 p.m.13 views

Moderate severity vulnerability that affects is-my-json-valid

Withdrawn, accidental duplicate publish. The is-my-json-valid package before 2.12.4 for Node.js has an incorrect exports'utc-millisec' regular expression, which allows remote attackers to cause a denial of service blocked event loop via a crafted string...

7.5CVSS6AI score0.00499EPSS
Exploits0References2Affected Software1
Node.js
Node.js
added 2018/04/20 9:45 p.m.27 views

Regular Expression Denial of Service

Overview Version of is-my-json-valid before 1.4.1 or 2.17.2 are vulnerable to regular expression denial of service ReDoS via the email validation function. Recommendation Update to version 1.4.1, 2.17.2 or later. References - GitHub PR 159 - GitHub Commit b3051b2 - HackerOne Report - GitHub Advis...

6.8AI score
Exploits0Affected Software1
Hacker One
Hacker One
added 2018/02/19 11:29 a.m.5 views

Node.js third-party modules: Regular Expression Denial of Service (ReDoS)

The issue was already fixed. Module: is-my-json-valid Summary: Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS attacks. It used a regular expression /^\S+@\S+$/ in order to validate emails. This can cause an impact of about 10 seconds matching time f...

3AI score
Exploits0
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.20 views

Regular Expression Denial of Service in is-my-json-valid

Version of is-my-json-valid before 2.12.4 are vulnerable to regular expression denial of service ReDoS via the email validation function. Recommendation Update to version 2.12.4 or later...

7.5CVSS7.6AI score0.00499EPSS
Exploits0References9Affected Software1
vulnersOsv
vulnersOsv
added 2017/10/24 6:33 p.m.0 views

mdfa (>=0.9.0 <=0.9.1), meadow (>=1.0.1 <=1.0.16) +2 more potentially affected by CVE-2016-2537 via is-my-json-valid (>=1.4.2 <=2.12.3)

is-my-json-valid NPM version =1.4.2, =0.9.0, =1.0.1, =1.3.0, =2.3.2 - tartare-logs =0.5.0 Source cves: CVE-2016-2537 Source advisory: OSV:GHSA-F522-FFG8-J8R6...

7.5CVSS7AI score0.00499EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2016/03/04 12:0 a.m.12 views

Fedora 22 : nodejs-is-my-json-valid-2.12.4-1.fc22 (2016-3441e9da2f)

Security fix for Regular expression DoS using utc-millisec format Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing...

5.4AI score
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2016/03/04 12:0 a.m.10 views

Fedora 23 : nodejs-is-my-json-valid-2.12.4-1.fc23 (2016-25ab518a58)

Security fix for Regular expression DoS using utc-millisec format Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing...

5.4AI score
Exploits0References2
OSV
OSV
added 2016/02/23 5:59 a.m.4 views

CVE-2016-2537

The is-my-json-valid package before 2.12.4 for Node.js has an incorrect exports'utc-millisec' regular expression, which allows remote attackers to cause a denial of service blocked event loop via a crafted string...

7.5CVSS7.3AI score
Exploits0References2
Rows per page
Query Builder