mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-6mf5-36v9-3h2w GHSA-834c-x29c-f42c GHSA-8g9c-c9cm-9c56 GHSA-fmrf-p77g-vv5c GHSA-gm2g-2xr9-pxxj GHSA-rf8j-q39g-7xfm
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-94",
|
||||
"CWE-95"
|
||||
],
|
||||
"severity": "CRITICAL",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-834c-x29c-f42c",
|
||||
"modified": "2023-06-27T18:38:25Z",
|
||||
"modified": "2023-06-30T20:24:46Z",
|
||||
"published": "2023-06-22T19:59:10Z",
|
||||
"aliases": [
|
||||
"CVE-2023-35156"
|
||||
@@ -94,6 +94,7 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-79",
|
||||
"CWE-87"
|
||||
],
|
||||
"severity": "CRITICAL",
|
||||
|
||||
@@ -97,7 +97,8 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-359"
|
||||
"CWE-359",
|
||||
"CWE-668"
|
||||
],
|
||||
"severity": "HIGH",
|
||||
"github_reviewed": true,
|
||||
|
||||
+28
-5
@@ -1,17 +1,36 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-fmrf-p77g-vv5c",
|
||||
"modified": "2023-06-30T18:31:02Z",
|
||||
"modified": "2023-06-30T20:25:26Z",
|
||||
"published": "2023-06-30T18:31:02Z",
|
||||
"aliases": [
|
||||
"CVE-2023-37302"
|
||||
],
|
||||
"summary": "MediaWiki Cross-site Scripting vulnerability",
|
||||
"details": "An issue was discovered in SiteLinksView.php in Wikibase in MediaWiki through 1.39.3. There is XSS via a crafted badge title attribute. This is also related to lack of escaping in wbTemplate (from resources/wikibase/templates.js) for quotes (which can be in a title attribute).",
|
||||
"severity": [
|
||||
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Packagist",
|
||||
"name": "mediawiki/core"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"last_affected": "1.39.3"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
@@ -26,6 +45,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/933650"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/wikimedia/mediawiki"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://phabricator.wikimedia.org/T339111"
|
||||
@@ -35,9 +58,9 @@
|
||||
"cwe_ids": [
|
||||
|
||||
],
|
||||
"severity": null,
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "MODERATE",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2023-06-30T20:25:26Z",
|
||||
"nvd_published_at": null
|
||||
}
|
||||
}
|
||||
+30
-6
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-gm2g-2xr9-pxxj",
|
||||
"modified": "2023-06-30T18:31:02Z",
|
||||
"modified": "2023-06-30T20:25:35Z",
|
||||
"published": "2023-06-30T18:31:02Z",
|
||||
"aliases": [
|
||||
"CVE-2023-3485"
|
||||
],
|
||||
"summary": "Temporal Server vulnerable to Incorrect Authorization and Insecure Default Initialization of Resource",
|
||||
"details": "Insecure defaults in open-source Temporal Server before version 1.20 on all platforms allows an attacker to craft a task token with access to a namespace other than the one specified in the request. Creation of this task token must be done outside of the normal Temporal server flow. It requires the namespace UUID and information from the workflow history for the target namespace. Under these conditions, it is possible to interfere with pending tasks in other namespaces, such as marking a task failed or completed.\nIf a task is targeted for completion by the attacker, the targeted namespace must also be using the same data converter configuration as the initial, valid, namespace for the task completion payload to be decoded by workers in the target namespace.\n\n\n\n",
|
||||
"severity": [
|
||||
{
|
||||
@@ -14,13 +15,35 @@
|
||||
}
|
||||
],
|
||||
"affected": [
|
||||
|
||||
{
|
||||
"package": {
|
||||
"ecosystem": "Go",
|
||||
"name": "go.temporal.io/server"
|
||||
},
|
||||
"ranges": [
|
||||
{
|
||||
"type": "ECOSYSTEM",
|
||||
"events": [
|
||||
{
|
||||
"introduced": "0"
|
||||
},
|
||||
{
|
||||
"fixed": "1.20.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"type": "ADVISORY",
|
||||
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3485"
|
||||
},
|
||||
{
|
||||
"type": "PACKAGE",
|
||||
"url": "https://github.com/temporalio/temporal"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/temporalio/temporal/releases/tag/v1.20.0"
|
||||
@@ -28,11 +51,12 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-1188"
|
||||
"CWE-1188",
|
||||
"CWE-863"
|
||||
],
|
||||
"severity": null,
|
||||
"github_reviewed": false,
|
||||
"github_reviewed_at": null,
|
||||
"severity": "LOW",
|
||||
"github_reviewed": true,
|
||||
"github_reviewed_at": "2023-06-30T20:25:35Z",
|
||||
"nvd_published_at": null
|
||||
}
|
||||
}
|
||||
@@ -105,6 +105,7 @@
|
||||
],
|
||||
"database_specific": {
|
||||
"cwe_ids": [
|
||||
"CWE-94",
|
||||
"CWE-95"
|
||||
],
|
||||
"severity": "CRITICAL",
|
||||
|
||||
Reference in New Issue
Block a user