Lucene search
+L

563 matches found

Vulnrichment
Vulnrichment
added 2025/03/23 2:16 p.m.14 views

CVE-2025-27553 Apache Commons VFS: Possible path traversal issue when using NameScope.DESCENDENT

Relative Path Traversal vulnerability in Apache Commons VFS before 2.10.0. The FileObject API in Commons VFS has a 'resolveFile' method that takes a 'scope' parameter. Specifying 'NameScope.DESCENDENT' promises that "an exception is thrown if the resolved file is not a descendent of the base file...

7.2AI score0.01373EPSS
SaveExploits0References1
CVE
CVE
added 2025/03/12 1:51 p.m.282 views

CVE-2025-27788

The CVE-2025-27788 entry corresponds to a Ruby JSON parser vulnerability (CVE-2025-27788) with out-of-bounds read leading to crashes. In IBM’s advisory, the affected products are: IBM watsonx Assistant Cartridge (versions 4.0–5.2.0) and IBM watsonx Orchestrate with watsonx Assistant Cartridge – A...

7.5CVSS7.6AI score0.00694EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/03/12 1:51 p.m.26 views

CVE-2025-27788 Ruby JSON Parser has Out-of-bounds Read

JSON is a JSON implementation for Ruby. Starting in version 2.10.0 and prior to version 2.10.2, a specially crafted document could cause an out of bound read, most likely resulting in a crash. Versions prior to 2.10.0 are not vulnerable. Version 2.10.2 fixes the problem. No known workarounds are...

7.5CVSS0.00694EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/03/12 12:00 a.m.8 views

Ruby 缓冲区错误漏洞

Ruby is a cross-platform, object-oriented, dynamically typed programming language from the individual developer Yukihiro Matsumoto. A buffer error vulnerability exists in Ruby versions 2.10.0 through prior to 2.10.2, which stems from a specially crafted document that may cause an out-of-bounds...

7.5CVSS7.4AI score0.00694EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/05 11:22 a.m.6 views

CVE-2025-1702 Ultimate Member <= 2.10.0 - Unauthenticated SQL Injection via search Parameter

The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to time-based SQL Injection via the 'search' parameter in all versions up to, and including, 2.10.0 due to insufficient escaping on the user suppli...

7.5CVSS7.8AI score0.00702EPSS
SaveExploits0References6
CVE
CVE
added 2025/03/05 11:22 a.m.130 views

CVE-2025-1702

CVE-2025-1702 affects the WordPress plugin Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin. It is a time-based SQL Injection via the search parameter in all versions up to 2.10.0 due to insufficient escaping and lack of proper query p...

7.5CVSS7.8AI score0.00702EPSS
SaveExploits0References6
OSV
OSV
added 2025/03/05 11:22 a.m.9 views

CVE-2025-1702 Ultimate Member <= 2.10.0 - Unauthenticated SQL Injection via search Parameter

The Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin plugin for WordPress is vulnerable to time-based SQL Injection via the 'search' parameter in all versions up to, and including, 2.10.0 due to insufficient escaping on the user suppli...

7.5CVSS7.2AI score
SaveExploits0References8
CNNVD
CNNVD
added 2025/03/05 12:00 a.m.8 views

WordPress plugin Ultimate Member SQL注入漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. A SQL injection vulnerabili...

7.5CVSS9.3AI score0.00702EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2024/12/10 12:00 a.m.18 views

GeoServer 2.10.0 < 2.24.4 Sensitive Information Exposure

According to its banner, the version of GeoServer running on the remote host is 2.10.0 prior to 2.24.4 or 2.25.x prior to 2.25.1. It is, therefore, affected by a Sensitive Information Exposure. Note that the scanner has not tested for these issues but has instead relied only on the application's...

4.9CVSS7.3AI score0.00397EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2024/12/02 6:34 p.m.31 views

PyJWT Issuer field partial matches allowed

Summary The wrong string if check is run for iss checking, resulting in "acb" being accepted for "abc". Details This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. diff - if isinstanceissuer, list: + if...

7.5CVSS7AI score0.00832EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2024/11/29 7:15 p.m.40 views

CVE-2024-53861

pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for "abc". This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. Since st...

7.5CVSS0.00832EPSS
SaveExploits1References3
UbuntuCve
UbuntuCve
added 2024/11/29 7:15 p.m.14 views

CVE-2024-53861

pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for "abc". This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. Since st...

7.5CVSS6.6AI score0.00832EPSS
SaveExploits1References5
CVE
CVE
added 2024/11/29 6:43 p.m.329 views

CVE-2024-53861

CVE-2024-53861 (pyjwt) : A defect in pyjwt caused by changing the iss check from a list-inclusive approach to a Sequence-based isinstance check; since str is a Sequence, the code may incorrectly evaluate string containment and permit certain values (e.g., "abc" in "abcd "), effectively altering t...

7.5CVSS4.1AI score0.00832EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/11/29 6:43 p.m.12 views

CVE-2024-53861 Issuer field partial matches allowed in pyjwt

pyjwt is a JSON Web Token implementation in Python. An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for "abc". This is a bug introduced in version 2.10.0: checking the "iss" claim changed from isinstanceissuer, list to isinstanceissuer, Sequence. Since st...

2.2CVSS6.8AI score0.00832EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/11/29 12:00 a.m.11 views

PT-2024-35959

Name of the Vulnerable Software and Affected Versions: pyjwt versions 2.10.0 through 2.10.0 Description: An incorrect string comparison is run for iss checking, resulting in "acb" being accepted for " abc ". This is a bug introduced in version 2.10.0, where the "iss" claim checking changed from...

7.5CVSS5.9AI score0.00832EPSS
SaveExploits1References25
CNNVD
CNNVD
added 2024/11/29 12:00 a.m.18 views

pyjwt 安全漏洞

pyjwt is a Python library by the individual developer José Padilla in the United States. It allows encoding and decoding of JSON Web Tokens JWT. A security vulnerability exists in pyjwt version 2.10.0, which stems from an incorrect string comparison being run against the iss check, resulting in a...

7.5CVSS6.5AI score0.00832EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2024/11/07 12:00 a.m.21 views

PT-2024-16669 · Emq · Emqx Neuron

Name of the Vulnerable Software and Affected Versions: emqx neuron versions up to 2.10.0 Description: A vulnerability was found in emqx neuron, affecting an unknown functionality of the file "/api/v2/schema" of the component JSON File Handler. This leads to information disclosure and can be...

6.5CVSS4.8AI score0.00477EPSS
SaveExploits1References18
CNNVD
CNNVD
added 2024/11/07 12:00 a.m.15 views

Neuron 访问控制错误漏洞

Neuron is an Industrial Internet of Things IIoT connectivity server open-sourced by EMQ. Used for modern Big Data and AI/ML technologies to harness the power of Industry 4.0. An Access Control Error vulnerability exists in Neuron version 2.10.0 and prior versions, which stems from an information...

6.5CVSS4.5AI score0.00477EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2024/09/07 9:30 a.m.32 views

Apache Airflow vulnerable to Improper Encoding or Escaping of Output

Example DAG: exampleinleteventextra.py shipped with Apache Airflow version 2.10.0 has a vulnerability that allows an authenticated attacker with only DAG trigger permission to execute arbitrary commands. If you used that example as the base of your DAGs - please review if you have not copied the...

8.8CVSS7.1AI score0.01237EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2024/09/07 12:00 a.m.12 views

Apache Airflow 安全漏洞

Apache Airflow is an open source platform for creating, managing and monitoring workflows from the Apache USA Foundation. The platform is characterized by scalability and dynamic monitoring. A security vulnerability exists in Apache Airflow version 2.10.0, which stems from mishandling in the...

8.8CVSS6.9AI score0.01237EPSS
SaveExploits0References3
Rows per page
Query Builder