mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-qh2w-9m7w-hjg2 GHSA-rwhh-6x83-84v6 GHSA-v435-pfj6-68r3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-qh2w-9m7w-hjg2",
|
||||
"modified": "2024-01-24T14:22:02Z",
|
||||
"modified": "2024-01-29T19:12:47Z",
|
||||
"published": "2024-01-23T21:30:20Z",
|
||||
"aliases": [
|
||||
"CVE-2024-22497"
|
||||
@@ -9,7 +9,10 @@
|
||||
"summary": "Cross-site Scripting in JFinal",
|
||||
"details": "Cross Site Scripting (XSS) vulnerability in /admin/login password parameter in JFinalcms 5.0.0 allows attackers to run arbitrary code via crafted URL.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-rwhh-6x83-84v6",
|
||||
"modified": "2024-01-23T21:35:07Z",
|
||||
"modified": "2024-01-29T19:12:33Z",
|
||||
"published": "2024-01-23T15:30:58Z",
|
||||
"aliases": [
|
||||
"CVE-2023-49657"
|
||||
],
|
||||
"summary": "Cross-site Scripting in Apache superset",
|
||||
"details": "A stored cross-site scripting (XSS) vulnerability exists in Apache Superset before 3.0.3. An authenticated attacker with create/update permissions on charts or dashboards could store a script or add a specific HTML snippet that would act as a stored XSS.\n\nFor 2.X versions, users should change their config to include:\n\nTALISMAN_CONFIG = {\n \"content_security_policy\": {\n \"base-uri\": [\"'self'\"],\n \"default-src\": [\"'self'\"],\n \"img-src\": [\"'self'\", \"blob:\", \"data:\"],\n \"worker-src\": [\"'self'\", \"blob:\"],\n \"connect-src\": [\n \"'self'\",\n \" https://api.mapbox.com\" https://api.mapbox.com\" ;,\n \" https://events.mapbox.com\" https://events.mapbox.com\" ;,\n ],\n \"object-src\": \"'none'\",\n \"style-src\": [\n \"'self'\",\n \"'unsafe-inline'\",\n ],\n \"script-src\": [\"'self'\", \"'strict-dynamic'\"],\n },\n \"content_security_policy_nonce_in\": [\"script-src\"],\n \"force_https\": False,\n \"session_cookie_secure\": False,\n}\n\n",
|
||||
"details": "A stored cross-site scripting (XSS) vulnerability exists in Apache Superset before 3.0.3. An authenticated attacker with create/update permissions on charts or dashboards could store a script or add a specific HTML snippet that would act as a stored XSS.\n\nFor 2.X versions, users should change their config to include:\n\nTALISMAN_CONFIG = {\n \"content_security_policy\": {\n \"base-uri\": [\"'self'\"],\n \"default-src\": [\"'self'\"],\n \"img-src\": [\"'self'\", \"blob:\", \"data:\"],\n \"worker-src\": [\"'self'\", \"blob:\"],\n \"connect-src\": [\n \"'self'\",\n \" https://api.mapbox.com\" https://api.mapbox.com\" ;,\n \" https://events.mapbox.com\" https://events.mapbox.com\" ;,\n ],\n \"object-src\": \"'none'\",\n \"style-src\": [\n \"'self'\",\n \"'unsafe-inline'\",\n ],\n \"script-src\": [\"'self'\", \"'strict-dynamic'\"],\n },\n \"content_security_policy_nonce_in\": [\"script-src\"],\n \"force_https\": False,\n \"session_cookie_secure\": False,\n}",
|
||||
"severity": [
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-v435-pfj6-68r3",
|
||||
"modified": "2024-01-23T20:11:19Z",
|
||||
"modified": "2024-01-29T19:12:43Z",
|
||||
"published": "2024-01-23T18:31:11Z",
|
||||
"aliases": [
|
||||
"CVE-2024-22496"
|
||||
@@ -9,7 +9,10 @@
|
||||
"summary": "Cross-site Scripting in JFinal",
|
||||
"details": "Cross Site Scripting (XSS) vulnerability in JFinalcms 5.0.0 allows attackers to run arbitrary code via the /admin/login username parameter.",
|
||||
"severity": [
|
||||
|
||||
{
|
||||
"type": "CVSS_V3",
|
||||
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user