Lucene search
+L

53752 matches found

Rockylinux
Rockylinux
•added 2026/06/17 12:0 a.m.•20 views

mysql:8.4 security update

An update is available for module.mysql, module.mecab, module.mecab-ipadic, mysql, mecab-ipadic, mecab. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list MySQL is ...

6.5CVSS7.9AI score0.00323EPSS
SaveExploits2
Positive Technologies
Positive Technologies
•added 2026/06/17 12:0 a.m.•25 views

PT-2026-50551

Name of the Vulnerable Software and Affected Versions joserfc versions 1.3.4 through 1.6.5 Description joserfc is a Python library implementing JSON Object Signing and Encryption JOSE standards. The library fails to apply the JWSRegistry.max payload length limit when processing RFC7797 b64=false...

5.3CVSS5.8AI score0.00163EPSS
SaveExploits0References19
Drupal
Drupal
•added 2026/06/17 12:0 a.m.•35 views

Drupal core - Critical - PHP object injection - SA-CORE-2026-005

SA-CORE-2019-003 added protection for fields that store serialized data to disallow direct writes via web services. The above fix did not cover all potential attack vectors for JSON:API. An attacker with appropriate JSON:API write permission could potentially inject a malicious payload in certain...

5.9CVSS5.4AI score0.00215EPSS
SaveExploits0References9
Drupal
Drupal
•added 2026/06/17 12:0 a.m.•21 views

Formatter Field - Critical - PHP object injection - SA-CONTRIB-2026-048

The Formatter Field module provides a mechanism for specifying a formatter and formatter settings to be used for displaying a field, on a per-entity basis. formatterfield stores some data as PHP-serialized strings. In some situations, malicious data can be written directly to the field. This can...

9.8CVSS5.9AI score0.00386EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
•added 2026/06/17 12:0 a.m.•26 views

PT-2026-50612

Name of the Vulnerable Software and Affected Versions Drupal Plotly.js Graphing versions 0.0.0 through 3.0.2 Description Improperly controlled modification of dynamically-determined object attributes allows object injection. The module stores certain data as PHP-serialized strings, and if malicio...

6.1AI score0.00248EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/06/17 12:0 a.m.•25 views

PT-2026-50609

Name of the Vulnerable Software and Affected Versions Drupal core affected versions not specified Description The Media module supports oEmbed, which utilizes two discovery mechanisms: providers.json and URL discovery. The URL discovery code can be exploited to trick the system into making...

3.1CVSS5.5AI score0.0014EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
•added 2026/06/17 12:0 a.m.•38 views

PT-2026-50606

Name of the Vulnerable Software and Affected Versions Drupal core affected versions not specified Description An attacker with appropriate JSON:API write permissions could potentially inject a malicious payload in certain rare circumstances, leading to PHP Object Injection. PHP Object Injection...

5.9CVSS6AI score0.00215EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
•added 2026/06/17 12:0 a.m.•30 views

PT-2026-50582

Name of the Vulnerable Software and Affected Versions Drupal Formatter Field versions 0.0.0 through 2.0.0 Description Improperly controlled modification of dynamically-determined object attributes in the Formatter Field module allows for Object Injection. This occurs because the module stores dat...

6.1AI score0.00386EPSS
SaveExploits0References3
Drupal
Drupal
•added 2026/06/17 12:0 a.m.•18 views

Plotly.js Graphing - Critical - PHP object injection - SA-CONTRIB-2026-050

The Plotly.js Graphing module provides a fully customizable implementation of the open source Plotly.js graphing library. The module stores some data as PHP-serialized strings. In some situations, malicious data can be written directly to the field. This can lead to an object injection...

8.1CVSS5.4AI score0.00248EPSS
SaveExploits0References2
Drupal
Drupal
•added 2026/06/17 12:0 a.m.•35 views

Drupal core - Moderately critical - Improper validation - SA-CORE-2026-009

The JSON:API and REST modules allow you to upload image files to image fields. The validation rules check the file extension of the uploaded file but not the file MIME type. This may allow a malicious user to upload a file that is not an image. Certain web-server configurations may serve the...

5.4CVSS4.8AI score0.00161EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/06/17 12:0 a.m.•32 views

PT-2026-50611

Name of the Vulnerable Software and Affected Versions Flag attendance field versions 0.0.0 through 1.2 Description An Object Injection issue exists in the Flag attendance field module due to the improper control of modification of dynamically-determined object attributes. The module stores data a...

6.1AI score0.00307EPSS
SaveExploits0References3
Drupal
Drupal
•added 2026/06/17 12:0 a.m.•16 views

Flag attendance field - Critical - PHP object injection - SA-CONTRIB-2026-049

The Flag attendance field module gives you the ability to add attendance by depending on Flag module. flagattendancefield stores some data as PHP-serialized strings. In some situations, malicious data can be written directly to the field. This can lead to an object injection vulnerability when th...

8.1CVSS5.4AI score0.00307EPSS
SaveExploits0References3
Snyk
Snyk
•added 2026/06/16 8:13 p.m.•13 views

Use of Hard-coded Credentials

Overview Crawl4AI is a šŸš€šŸ¤– Crawl4AI: Open-source LLM Friendly Web Crawler & scraper Affected versions of this package are vulnerable to Use of Hard-coded Credentials via the outputpath parameter, which allows arbitrary filesystem paths without validation. An attacker can overwrite or create files ...

9.8CVSS6.1AI score0.00769EPSS
SaveExploits0References6
NVD
NVD
•added 2026/06/16 7:17 p.m.•16 views

CVE-2026-53856

OpenClaw 2026.4.23 before 2026.4.24 contains an insecure file permissions vulnerability in config recovery that restores OpenClaw.json with overly broad permissions. Local attackers on shared hosts can read sensitive configuration data by exploiting the recovery path to access the restored config...

5.7CVSS0.00094EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/06/16 7:11 p.m.•17 views

Deno: BYONM module resolution allows `package.json` main path traversal to bypass `--allow-read` restrictions

Summary When Deno was run in BYONM mode nodeModulesDir: "manual", the module resolver did not validate that a package's resolved entrypoint stayed within its nodemodules// directory. A malicious package.json whose main field contained .. segments was able to resolve to an arbitrary path on disk,...

5.5CVSS5.8AI score0.00171EPSS
SaveExploits1References3Affected Software1
OSV
OSV
•added 2026/06/16 7:11 p.m.•9 views

GHSA-968W-XFQW-VP9Q Deno: BYONM module resolution allows `package.json` main path traversal to bypass `--allow-read` restrictions

Summary When Deno was run in BYONM mode nodeModulesDir: "manual", the module resolver did not validate that a package's resolved entrypoint stayed within its nodemodules// directory. A malicious package.json whose main field contained .. segments was able to resolve to an arbitrary path on disk,...

5.5CVSS5.9AI score0.00171EPSS
SaveExploits1References3
CVE
CVE
•added 2026/06/16 6:5 p.m.•27 views

CVE-2026-53856

OpenClaw before 2026.4.24 contains an insecure file permissions vulnerability in the config recovery flow that restores OpenClaw.json with overly broad permissions. Local attackers on shared hosts can read sensitive configuration data by exploiting the recovery path to access the restored config ...

5.7CVSS5.2AI score0.00094EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
•added 2026/06/16 3:18 p.m.•14 views

EUVD-2026-37126

Perry before 0.5.1166 contains a JWT validation vulnerability that allows remote attackers to bypass token expiration by exploiting the unconditional setting of validateexp = false in the verifydecode helper within the stdlib JWT verification path. Attackers in possession of a previously issued...

9.3CVSS5.4AI score0.00357EPSS
SaveExploits0References3
CVE
CVE
•added 2026/06/16 3:18 p.m.•32 views

CVE-2026-53776

Perry before 0.5.1166 contains a JWT validation vulnerability in the verify_decode helper that sets validate_exp = false unconditionally, enabling token expiration bypass. Attackers with a previously issued bearer token can present expired tokens to jwt.verify() calls and retain access, undermini...

9.3CVSS5.4AI score0.00357EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/06/16 3:18 p.m.•33 views

CVE-2026-53776 Perry < 0.5.1166 JWT Expiration Bypass via verify_decode

Perry before 0.5.1166 contains a JWT validation vulnerability that allows remote attackers to bypass token expiration by exploiting the unconditional setting of validateexp = false in the verifydecode helper within the stdlib JWT verification path. Attackers in possession of a previously issued...

9.3CVSS0.00357EPSS
SaveExploits0References3
Rows per page
Query Builder