Lucene search
+L

56 matches found

CVE
CVE
added 2019/11/12 2:23 p.m.113 views

CVE-2019-18848

CVE-2019-18848 affects the rubygem-json-jwt library for Ruby, where versions prior to 1.11.0 fail to enforce an element count when splitting a JWE string. This is documented across multiple advisories (Debian DLA-2390-1, openSUSE/SUSE advisories) indicating the issue and references to upgrading t...

7.5CVSS7.3AI score0.01257EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2019/11/12 2:23 p.m.40 views

CVE-2019-18848

The json-jwt gem before 1.11.0 for Ruby lacks an element count during the splitting of a JWE string...

7.5AI score0.01257EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2019/11/12 2:23 p.m.77 views

CVE-2019-18848

The json-jwt gem before 1.11.0 for Ruby lacks an element count during the splitting of a JWE string...

7.5CVSS7.5AI score0.01257EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2019/11/12 12:0 a.m.3 views

PT-2019-15698 · Ruby · Json-Jwt

Name of the Vulnerable Software and Affected Versions: json-jwt gem versions prior to 1.11.0 Description: The issue is related to the json-jwt gem for Ruby, where it lacks an element count during the splitting of a JWE string. This lack of element count can lead to potential security issues...

8.4CVSS6.8AI score0.01257EPSS
SaveExploits1References24
Tenable Nessus
Tenable Nessus
added 2018/09/04 12:0 a.m.24 views

Debian DSA-4283-1 : ruby-json-jwt - security update

It was discovered that ruby-json-jwt, a Ruby implementation of JSON web tokens performed insufficient validation of GCM auth tags. C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from Debian Security Advisory DSA-4283. The text itself is...

5.3CVSS5.5AI score0.00777EPSS
SaveExploits0References4
Debian
Debian
added 2018/08/31 9:55 p.m.48 views

[SECURITY] [DSA 4283-1] ruby-json-jwt security update

------------------------------------------------------------------------- Debian Security Advisory DSA-4283-1 [email protected] https://www.debian.org/security/ Moritz Muehlenhoff August 31, 2018 https://www.debian.org/security/faq -...

5.3CVSS5AI score0.00777EPSS
SaveExploits0
OpenVAS
OpenVAS
added 2018/08/30 12:0 a.m.40 views

Debian: Security Advisory (DSA-4283-1)

The remote host is missing an update for the Debian SPDX-FileCopyrightText: 2018 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.3CVSS5.3AI score0.00777EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2018/07/31 6:13 p.m.20 views

Json-jwt did not verify the cryptographic signature for data

The json-jwt rubygem version = 0.5.0 && 1.9.4 contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability in Decryption of AES-GCM encrypted JSON Web Tokens that can result in Attacker can forge a authentication tag. This attack appear to be exploitable via network...

5.3CVSS5.6AI score0.00777EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2018/06/26 4:29 p.m.25 views

CVE-2018-1000539

Nov json-jwt version = 0.5.0 && 1.9.4 contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability in Decryption of AES-GCM encrypted JSON Web Tokens that can result in Attacker can forge a authentication tag. This attack appear to be exploitable via network connectivity. Th...

5.3CVSS5.7AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2018/06/26 4:29 p.m.22 views

CVE-2018-1000539

Nov json-jwt version = 0.5.0 && 1.9.4 contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability in Decryption of AES-GCM encrypted JSON Web Tokens that can result in Attacker can forge a authentication tag. This attack appear to be exploitable via network connectivity. Th...

5.3CVSS6AI score0.00777EPSS
SaveExploits0References3
CVE
CVE
added 2018/06/26 4:0 p.m.104 views

CVE-2018-1000539

CVE-2018-1000539 affects the ruby-json-jwt gem (versions >=0.5.0 and

5.3CVSS5.1AI score0.00777EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2018/06/26 4:0 p.m.62 views

CVE-2018-1000539

Nov json-jwt version = 0.5.0 && 1.9.4 contains a CWE-347: Improper Verification of Cryptographic Signature vulnerability in Decryption of AES-GCM encrypted JSON Web Tokens that can result in Attacker can forge a authentication tag. This attack appear to be exploitable via network connectivity. Th...

5.3CVSS5.3AI score0.00777EPSS
SaveExploits0
Veracode
Veracode
added 2018/05/21 3:0 a.m.15 views

Authentication Bypass

json-jwt is vulnerable to authentication bypasses. The library does not properly validate the GCM auth tag length, allowing a malicious user to require at most 256 attempts to forge a valid auth tag...

5.3CVSS5.5AI score0.00777EPSS
SaveExploits0References3Affected Software1
RubySec
RubySec
added 2018/04/30 12:0 a.m.14 views

Auth tag forgery vulnerability with AES-GCM encrypted JWT

Ruby's OpenSSL bindings do not check the length of the supplied authentication tag when decrypting an authenticated encryption mode such as AES-GCM, leaving this up to the authors of a gem/app to implement for properly validating the message. json-jwt was not checking for the authentication tag...

5.3CVSS2.2AI score0.00777EPSS
SaveExploits0References1Affected Software1
Veracode
Veracode
added 2017/01/05 7:35 a.m.7 views

Denial Of Service (DoS)

json-jwt is vulnerable to denial of service DoS attacks. A malicious attacker can cause a denial of service when decoding the jwt-json signatures. This is unsafe because the tokens are stored as symbols that allocates memory to a string but is not removed by the garbage collection after being use...

6.2AI score
SaveExploits0
Veracode
Veracode
added 2017/01/05 6:57 a.m.9 views

Timing Attack

json-jwt is vulnerable to timing attacks. The library is vulnerable because they do not compare signatures in constant-time, which allows malicious users to use the timing of the request to progressively identify a valid signatures...

6.6AI score
SaveExploits0
Rows per page
Query Builder