Lucene search
+L

53903 matches found

CNNVD
CNNVD
added 2026/02/21 12:00 a.m.20 views

Json Serializer for PHP 代码问题漏洞

Json Serializer for PHP is an open-source JSON serialization tool developed by Zumba. Versions of Json Serializer for PHP prior to 3.2.2 had code vulnerabilities. These vulnerabilities stemmed from the ability to deserialize PHP objects using the @type field, which could lead to PHP object...

8.1CVSS6.2AI score0.0074EPSS
SaveExploits0References5
CVE
CVE
added 2026/02/20 10:56 p.m.18 views

CVE-2019-25449

CVE-2019-25449 affects OrientDB 3.0.17 with a reflected cross-site scripting flaw. The issue allows attackers to submit crafted JSON payloads to the document endpoint, performing a POST to /document/demodb/-1:-1 and injecting script tags in the name parameter to execute arbitrary JavaScript in us...

6.1CVSS5.6AI score0.00225EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2026/02/20 9:31 p.m.14 views

GHSA-QV8J-HGPC-VRQ8 Google Cloud Vertex AI SDK affected by Stored Cross-Site Scripting (XSS)

Stored Cross-Site Scripting XSS in the genai/evalsvisualization component of Google Cloud Vertex AI SDK google-cloud-aiplatform versions from 1.98.0 up to but not including 1.131.0 allows an unauthenticated remote attacker to execute arbitrary JavaScript in a victim's Jupyter or Colab environment...

8.6CVSS5.9AI score0.00522EPSS
SaveExploits2References6
RedhatCVE
RedhatCVE
added 2026/02/20 7:40 p.m.10 views

CVE-2026-23621

GFI MailEssentials AI versions prior to 22.4 contain an arbitrary directory existence enumeration vulnerability in the ListServer.IsPathExist web method exposed at /MailEssentials/pages/MailSecurity/ListServer.aspx/IsPathExist. An authenticated user can supply an unrestricted filesystem path via...

5.3CVSS5.8AI score0.00244EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/02/20 7:39 p.m.12 views

CVE-2026-27013

Fabric.js is a Javascript HTML5 canvas library. Prior to version 7.2.0, Fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When...

7.6CVSS6AI score0.00281EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2026/02/20 7:29 p.m.7 views

CVE-2026-2472

Stored Cross-Site Scripting XSS in the genai/evalsvisualization component of Google Cloud Vertex AI SDK google-cloud-aiplatform versions from 1.98.0 up to but not including 1.131.0 allows an unauthenticated remote attacker to execute arbitrary JavaScript in a victim's Jupyter or Colab environment...

8.6CVSS5.9AI score0.00522EPSS
SaveExploits2References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/02/20 12:00 a.m.8 views

PT-2026-21319

OrientDB 3.0.17 contains a reflected cross-site scripting vulnerability that allows attackers to inject malicious scripts by submitting crafted JSON payloads to the document endpoint. Attackers can send POST requests to /document/demodb/-1:-1 with script tags in the name parameter to execute...

6.1CVSS5.6AI score0.00225EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/02/20 12:00 a.m.21 views

Google Cloud Vertex AI SDK 安全漏洞

Google Cloud Vertex AI SDK is a Python library for AI capabilities provided by Google, Inc. Versions of Google Cloud Vertex AI SDK prior to 1.131.0 contained security vulnerabilities. These vulnerabilities were due to the genai/evalsvisualization component, which had a storage-oriented cross-site...

8.6CVSS7.5AI score0.00522EPSS
SaveExploits2References1
CNNVD
CNNVD
added 2026/02/20 12:00 a.m.16 views

OrientDB 跨站脚本漏洞

OrientDB is an open-source multi-model database developed by OrientDB. Version 3.0.17 of OrientDB has a cross-site scripting vulnerability. This vulnerability stems from improper handling of JSON payloads submitted to the document endpoint, which may lead to reflective cross-site scripting attack...

6.1CVSS5.6AI score0.00225EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/19 11:25 p.m.31 views

CVE-2026-27009

OpenClaw (npm package openclaw) contains a stored XSS in the Control UI that occurs when rendering the assistant identity (name/avatar) into an inline script tag without proper escaping. The issue affects versions prior to 2026.2.15 (

5.8CVSS5.5AI score0.00228EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/02/19 11:25 p.m.11 views

CVE-2026-27009 OpenClaw affected by Stored XSS in Control UI via unsanitized assistant name/avatar in inline script injection

OpenClaw is a personal AI assistant. Prior to version 2026.2.15, a atored XSS issue in the OpenClaw Control UI when rendering assistant identity name/avatar into an inline tag without script-context-safe escaping. A crafted value containing could break out of the script tag and execute...

5.8CVSS5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/02/19 11:25 p.m.36 views

CVE-2026-27009 OpenClaw affected by Stored XSS in Control UI via unsanitized assistant name/avatar in inline script injection

OpenClaw is a personal AI assistant. Prior to version 2026.2.15, a atored XSS issue in the OpenClaw Control UI when rendering assistant identity name/avatar into an inline tag without script-context-safe escaping. A crafted value containing could break out of the script tag and execute...

5.8CVSS0.00228EPSS
SaveExploits1References4
OSV
OSV
added 2026/02/19 10:05 p.m.25 views

GHSA-V7M3-FPCR-H7M2 Zumba Json Serializer has a potential PHP Object Injection via Unrestricted @type in unserialize()

Description The zumba/json-serializer library allows deserialization of PHP objects from JSON using a special @type field. Prior to version 3.2.3, the deserializer would instantiate any class specified in the @type field without restriction. When processing untrusted JSON input, this behavior may...

8.1CVSS6.3AI score0.0074EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/02/19 10:05 p.m.20 views

Zumba Json Serializer has a potential PHP Object Injection via Unrestricted @type in unserialize()

Description The zumba/json-serializer library allows deserialization of PHP objects from JSON using a special @type field. Prior to version 3.2.3, the deserializer would instantiate any class specified in the @type field without restriction. When processing untrusted JSON input, this behavior may...

8.1CVSS6.3AI score0.0074EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/02/19 8:44 p.m.4 views

Cross-site Scripting (XSS)

Overview org.webjars.npm:pannellum is a lightweight, free, and open source panorama viewer for the web. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the attributes configuration property in hot spots. An attacker can execute arbitrary JavaScript code by supplyi...

6.1CVSS5.9AI score0.00319EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/19 8:44 p.m.25 views

GHSA-8423-W5WX-H2R6 Pannellum has a XSS vulnerability in hot spot attributes

Impact The hot spot attributes configuration property allowed any attribute to be set, including HTML event handler attributes, allowing for potential XSS attacks. This affects websites hosting the standalone viewer HTML file and any other use of untrusted JSON config files bypassing the...

5.3CVSS6.2AI score0.00319EPSS
SaveExploits0References4
NVD
NVD
added 2026/02/19 8:25 p.m.19 views

CVE-2026-27013

Fabric.js is a Javascript HTML5 canvas library. Prior to version 7.2.0, Fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When...

7.6CVSS0.00281EPSS
SaveExploits1References3
CVE
CVE
added 2026/02/19 7:38 p.m.62 views

CVE-2026-27013

Fabric.js prior to 7.2.0 is vulnerable to stored XSS when user-supplied JSON is loaded via loadFromJSON() and later exported to SVG with toSVG(). The issue arises because several SVG attributes (notably id on wrappers and xlink:href values for images and patterns) interpolate user-controlled str...

7.6CVSS6AI score0.00281EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/02/19 7:38 p.m.113 views

CVE-2026-27013 Fabric.js Affected by Stored XSS via SVG Export

Fabric.js is a Javascript HTML5 canvas library. Prior to version 7.2.0, Fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When...

7.6CVSS0.00281EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/02/19 7:38 p.m.7 views

CVE-2026-27013

Fabric.js is a Javascript HTML5 canvas library. Prior to version 7.2.0, Fabric.js applies escapeXml to text content during SVG export src/shapes/Text/TextSVGExportMixin.ts:186 but fails to apply it to other user-controlled string values that are interpolated into SVG attribute markup. When...

7.6CVSS6AI score0.00281EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder