Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2026-26958 (GCVE-0-2026-26958)
Vulnerability from cvelistv5 – Published: 2026-02-19 23:01 – Updated: 2026-02-20 15:39- CWE-665 - Improper Initialization
| URL | Tags |
|---|---|
| https://github.com/FiloSottile/edwards25519/secur… | x_refsource_CONFIRM |
| https://github.com/FiloSottile/edwards25519/commi… | x_refsource_MISC |
| https://github.com/FiloSottile/edwards25519/relea… | x_refsource_MISC |
| Vendor | Product | Version | |
|---|---|---|---|
| FiloSottile | filippo.io/edwards25519 |
Affected:
< 1.1.1
|
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2026-26958",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-20T15:27:08.887006Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-02-20T15:39:04.748Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "filippo.io/edwards25519",
"vendor": "FiloSottile",
"versions": [
{
"status": "affected",
"version": "\u003c 1.1.1"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1."
}
],
"metrics": [
{
"cvssV4_0": {
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"baseScore": 1.7,
"baseSeverity": "LOW",
"privilegesRequired": "NONE",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-665",
"description": "CWE-665: Improper Initialization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-02-19T23:01:26.923Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr"
},
{
"name": "https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb"
},
{
"name": "https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1"
}
],
"source": {
"advisory": "GHSA-fw7p-63qq-7hpr",
"discovery": "UNKNOWN"
},
"title": "filippo.io/edwards25519 MultiScalarMult function produces invalid results or undefined behavior if receiver is not the identity"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-26958",
"datePublished": "2026-02-19T23:01:26.923Z",
"dateReserved": "2026-02-16T22:20:28.611Z",
"dateUpdated": "2026-02-20T15:39:04.748Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2026-26958",
"date": "2026-06-29",
"epss": "0.00366",
"percentile": "0.28439"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2026-26958\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-02-19T23:16:26.577\",\"lastModified\":\"2026-06-17T10:26:26.987\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.\"},{\"lang\":\"es\",\"value\":\"filippo.io/edwards25519 es una biblioteca Go que implementa la curva el\u00edptica edwards25519 con API para construir primitivas criptogr\u00e1ficas. En las versiones 1.1.0 y anteriores, MultiScalarMult produce resultados no v\u00e1lidos o comportamiento indefinido si el receptor no es el punto identidad. Si se llama a (*Point).MultiScalarMult en un punto inicializado que no es el punto identidad, devuelve un resultado incorrecto. Si se llama al m\u00e9todo en un punto no inicializado, el comportamiento es indefinido. En particular, si el receptor es el valor cero, MultiScalarMult devuelve un punto no v\u00e1lido que se compara como Igual a cualquier otro punto. Tenga en cuenta que MultiScalarMult es una API avanzada y poco utilizada. Por ejemplo, los usuarios que dependen de filippo.io/edwards25519 solo a trav\u00e9s de github.com/go-sql-driver/mysql no se ven afectados. Este problema ha sido corregido en la versi\u00f3n 1.1.1.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"FiloSottile\",\"product\":\"filippo.io/edwards25519\",\"versions\":[{\"version\":\"\u003c 1.1.1\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV40\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"4.0\",\"vectorString\":\"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X\",\"baseScore\":1.7,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"attackRequirements\":\"PRESENT\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"vulnConfidentialityImpact\":\"NONE\",\"vulnIntegrityImpact\":\"NONE\",\"vulnAvailabilityImpact\":\"LOW\",\"subConfidentialityImpact\":\"NONE\",\"subIntegrityImpact\":\"NONE\",\"subAvailabilityImpact\":\"NONE\",\"exploitMaturity\":\"UNREPORTED\",\"confidentialityRequirement\":\"NOT_DEFINED\",\"integrityRequirement\":\"NOT_DEFINED\",\"availabilityRequirement\":\"NOT_DEFINED\",\"modifiedAttackVector\":\"NOT_DEFINED\",\"modifiedAttackComplexity\":\"NOT_DEFINED\",\"modifiedAttackRequirements\":\"NOT_DEFINED\",\"modifiedPrivilegesRequired\":\"NOT_DEFINED\",\"modifiedUserInteraction\":\"NOT_DEFINED\",\"modifiedVulnConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedVulnIntegrityImpact\":\"NOT_DEFINED\",\"modifiedVulnAvailabilityImpact\":\"NOT_DEFINED\",\"modifiedSubConfidentialityImpact\":\"NOT_DEFINED\",\"modifiedSubIntegrityImpact\":\"NOT_DEFINED\",\"modifiedSubAvailabilityImpact\":\"NOT_DEFINED\",\"Safety\":\"NOT_DEFINED\",\"Automatable\":\"NOT_DEFINED\",\"Recovery\":\"NOT_DEFINED\",\"valueDensity\":\"NOT_DEFINED\",\"vulnerabilityResponseEffort\":\"NOT_DEFINED\",\"providerUrgency\":\"NOT_DEFINED\"}}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-02-20T15:27:08.887006Z\",\"id\":\"CVE-2026-26958\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-665\"}]}],\"references\":[{\"url\":\"https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr\",\"source\":\"security-advisories@github.com\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-26958\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-20T15:27:08.887006Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-20T15:27:10.701Z\"}}], \"cna\": {\"title\": \"filippo.io/edwards25519 MultiScalarMult function produces invalid results or undefined behavior if receiver is not the identity\", \"source\": {\"advisory\": \"GHSA-fw7p-63qq-7hpr\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV4_0\": {\"version\": \"4.0\", \"baseScore\": 1.7, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"HIGH\", \"attackRequirements\": \"PRESENT\", \"privilegesRequired\": \"NONE\", \"subIntegrityImpact\": \"NONE\", \"vulnIntegrityImpact\": \"NONE\", \"subAvailabilityImpact\": \"NONE\", \"vulnAvailabilityImpact\": \"LOW\", \"subConfidentialityImpact\": \"NONE\", \"vulnConfidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"FiloSottile\", \"product\": \"filippo.io/edwards25519\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 1.1.1\"}]}], \"references\": [{\"url\": \"https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr\", \"name\": \"https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb\", \"name\": \"https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1\", \"name\": \"https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1\", \"tags\": [\"x_refsource_MISC\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-665\", \"description\": \"CWE-665: Improper Initialization\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2026-02-19T23:01:26.923Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2026-26958\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-02-20T15:39:04.748Z\", \"dateReserved\": \"2026-02-16T22:20:28.611Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2026-02-19T23:01:26.923Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
cleanstart-2026-xh04386
Vulnerability from cleanstart
Multiple security vulnerabilities affect the openbao-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "openbao-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.5.0-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the openbao-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-XH04386",
"modified": "2026-03-06T11:38:32Z",
"published": "2026-04-01T10:06:20.508365Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-XH04386.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-61727, CVE-2025-61729, CVE-2025-68121, CVE-2026-1229, CVE-2026-24051, CVE-2026-26958 applied in versions: 2.4.4-r2, 2.5.0-r0, 2.5.0-r1",
"upstream": [
"CVE-2025-61727",
"CVE-2025-61729",
"CVE-2025-68121",
"CVE-2026-1229",
"CVE-2026-24051",
"CVE-2026-26958"
]
}
cleanstart-2026-yb55927
Vulnerability from cleanstart
Multiple security vulnerabilities affect the argo-workflows package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "argo-workflows"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "4.0.2-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the argo-workflows package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-YB55927",
"modified": "2026-03-26T14:38:13Z",
"published": "2026-04-01T09:14:18.367996Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YB55927.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2464-8j7c-4cjm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2x5j-vhc8-9cwm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37cx-329c-33x3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fv92-fjc5-jj9h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p436-gjf2-799p"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-p77j-4mvh-x3m3"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15558"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25934"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-15558, CVE-2025-61729, CVE-2026-25934, CVE-2026-26958, CVE-2026-33186, ghsa-2464-8j7c-4cjm, ghsa-2x5j-vhc8-9cwm, ghsa-37cx-329c-33x3, ghsa-fv92-fjc5-jj9h, ghsa-fw7p-63qq-7hpr, ghsa-p436-gjf2-799p, ghsa-p77j-4mvh-x3m3 applied in versions: 3.6.16-r0, 3.7.4-r0, 3.7.9-r0, 4.0.1-r0, 4.0.2-r0, 4.0.2-r1",
"upstream": [
"CVE-2025-15558",
"CVE-2025-61729",
"CVE-2026-25934",
"CVE-2026-26958",
"CVE-2026-33186",
"ghsa-2464-8j7c-4cjm",
"ghsa-2x5j-vhc8-9cwm",
"ghsa-37cx-329c-33x3",
"ghsa-fv92-fjc5-jj9h",
"ghsa-fw7p-63qq-7hpr",
"ghsa-p436-gjf2-799p",
"ghsa-p77j-4mvh-x3m3"
]
}
cleanstart-2026-yv44838
Vulnerability from cleanstart
Multiple security vulnerabilities affect the jitsucom-bulker package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "jitsucom-bulker"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.8.6-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the jitsucom-bulker package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-YV44838",
"modified": "2026-05-02T08:43:09Z",
"published": "2026-05-18T13:53:14.836141Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YV44838.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27143"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27144"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32280"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32281"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32282"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32283"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32289"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33810"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33815"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33816"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-34986"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-35469"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-39883"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-78h2-9frx-2jm8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9jj7-4m8r-rfcm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f6x5-jh6r-wrfv"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-hfvc-g4fc-pqhx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-j5w8-q4qc-rx2x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-pc3f-x583-g7j2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-xmrv-pmrh-hhx2"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27143"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27144"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32280"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32281"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32282"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32283"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32289"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33810"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-39883"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-68121, CVE-2026-24051, CVE-2026-25679, CVE-2026-26958, CVE-2026-27139, CVE-2026-27142, CVE-2026-27143, CVE-2026-27144, CVE-2026-32280, CVE-2026-32281, CVE-2026-32282, CVE-2026-32283, CVE-2026-32289, CVE-2026-33186, CVE-2026-33810, CVE-2026-33815, CVE-2026-33816, CVE-2026-34986, CVE-2026-35469, CVE-2026-39883, ghsa-78h2-9frx-2jm8, ghsa-9jj7-4m8r-rfcm, ghsa-f6x5-jh6r-wrfv, ghsa-hfvc-g4fc-pqhx, ghsa-j5w8-q4qc-rx2x, ghsa-pc3f-x583-g7j2, ghsa-xmrv-pmrh-hhx2 applied in versions: 2.11.913-r0, 2.11.913-r1, 2.8.6-r0",
"upstream": [
"CVE-2025-68121",
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-27143",
"CVE-2026-27144",
"CVE-2026-32280",
"CVE-2026-32281",
"CVE-2026-32282",
"CVE-2026-32283",
"CVE-2026-32289",
"CVE-2026-33186",
"CVE-2026-33810",
"CVE-2026-33815",
"CVE-2026-33816",
"CVE-2026-34986",
"CVE-2026-35469",
"CVE-2026-39883",
"ghsa-78h2-9frx-2jm8",
"ghsa-9jj7-4m8r-rfcm",
"ghsa-f6x5-jh6r-wrfv",
"ghsa-hfvc-g4fc-pqhx",
"ghsa-j5w8-q4qc-rx2x",
"ghsa-pc3f-x583-g7j2",
"ghsa-xmrv-pmrh-hhx2"
]
}
cleanstart-2026-yw98740
Vulnerability from cleanstart
Multiple security vulnerabilities affect the spire-server package. gRPC-Go is the Go language implementation of gRPC. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "spire-server"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.14.1-r4"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the spire-server package. gRPC-Go is the Go language implementation of gRPC. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-YW98740",
"modified": "2026-04-09T10:01:19Z",
"published": "2026-04-10T01:00:29.507647Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YW98740.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-273p-m2cw-6833"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4c4x-jm2x-pf9j"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4qg8-fj49-pxjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-846p-jg2w-w324"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fcv2-xgw5-pqxf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fphv-w9fq-2525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jqc5-w2xx-5vq4"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-whqx-f9j3-ch6m"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "gRPC-Go is the Go language implementation of gRPC",
"upstream": [
"CVE-2025-61732",
"CVE-2025-68121",
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-273p-m2cw-6833",
"ghsa-4c4x-jm2x-pf9j",
"ghsa-4qg8-fj49-pxjh",
"ghsa-846p-jg2w-w324",
"ghsa-fcv2-xgw5-pqxf",
"ghsa-fphv-w9fq-2525",
"ghsa-jqc5-w2xx-5vq4",
"ghsa-whqx-f9j3-ch6m"
]
}
cleanstart-2026-yy57430
Vulnerability from cleanstart
Multiple security vulnerabilities affect the temporal-server-fips package. gRPC-Go is the Go language implementation of gRPC. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "temporal-server-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.29.2-r2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the temporal-server-fips package. gRPC-Go is the Go language implementation of gRPC. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-YY57430",
"modified": "2026-04-15T09:51:54Z",
"published": "2026-04-16T00:41:48.891120Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YY57430.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
],
"summary": "gRPC-Go is the Go language implementation of gRPC",
"upstream": [
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27142",
"CVE-2026-33186"
]
}
cleanstart-2026-yy85909
Vulnerability from cleanstart
Multiple security vulnerabilities affect the terragrunt-fips package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "terragrunt-fips"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.99.4-r3"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the terragrunt-fips package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-YY85909",
"modified": "2026-04-03T07:53:09Z",
"published": "2026-04-06T02:45:22.846774Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-YY85909.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47913"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33186"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-6g7g-w4f8-9c9x"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9h8m-3fm2-qjrq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fw7p-63qq-7hpr"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-q9hv-hpm4-hj6x"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61727"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24051"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27139"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27142"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-47913, CVE-2025-47914, CVE-2025-58181, CVE-2025-61727, CVE-2025-61729, CVE-2026-1229, CVE-2026-24051, CVE-2026-25679, CVE-2026-26958, CVE-2026-27139, CVE-2026-27141, CVE-2026-27142, CVE-2026-33186, ghsa-6g7g-w4f8-9c9x, ghsa-9h8m-3fm2-qjrq, ghsa-fw7p-63qq-7hpr, ghsa-q9hv-hpm4-hj6x applied in versions: 0.93.13-r1, 0.99.4-r0, 0.99.4-r1, 0.99.4-r2, 0.99.4-r3",
"upstream": [
"CVE-2025-47913",
"CVE-2025-47914",
"CVE-2025-58181",
"CVE-2025-61727",
"CVE-2025-61729",
"CVE-2026-1229",
"CVE-2026-24051",
"CVE-2026-25679",
"CVE-2026-26958",
"CVE-2026-27139",
"CVE-2026-27141",
"CVE-2026-27142",
"CVE-2026-33186",
"ghsa-6g7g-w4f8-9c9x",
"ghsa-9h8m-3fm2-qjrq",
"ghsa-fw7p-63qq-7hpr",
"ghsa-q9hv-hpm4-hj6x"
]
}
FKIE_CVE-2026-26958
Vulnerability from fkie_nvd - Published: 2026-02-19 23:16 - Updated: 2026-06-17 10:26| URL | Tags | ||
|---|---|---|---|
| security-advisories@github.com | https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb | ||
| security-advisories@github.com | https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1 | ||
| security-advisories@github.com | https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr |
| Vendor | Product | Version |
|---|
{
"affected": [
{
"affectedData": [
{
"product": "filippo.io/edwards25519",
"vendor": "FiloSottile",
"versions": [
{
"status": "affected",
"version": "\u003c 1.1.1"
}
]
}
],
"source": "security-advisories@github.com"
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1."
},
{
"lang": "es",
"value": "filippo.io/edwards25519 es una biblioteca Go que implementa la curva el\u00edptica edwards25519 con API para construir primitivas criptogr\u00e1ficas. En las versiones 1.1.0 y anteriores, MultiScalarMult produce resultados no v\u00e1lidos o comportamiento indefinido si el receptor no es el punto identidad. Si se llama a (*Point).MultiScalarMult en un punto inicializado que no es el punto identidad, devuelve un resultado incorrecto. Si se llama al m\u00e9todo en un punto no inicializado, el comportamiento es indefinido. En particular, si el receptor es el valor cero, MultiScalarMult devuelve un punto no v\u00e1lido que se compara como Igual a cualquier otro punto. Tenga en cuenta que MultiScalarMult es una API avanzada y poco utilizada. Por ejemplo, los usuarios que dependen de filippo.io/edwards25519 solo a trav\u00e9s de github.com/go-sql-driver/mysql no se ven afectados. Este problema ha sido corregido en la versi\u00f3n 1.1.1."
}
],
"id": "CVE-2026-26958",
"lastModified": "2026-06-17T10:26:26.987",
"metrics": {
"cvssMetricV40": [
{
"cvssData": {
"Automatable": "NOT_DEFINED",
"Recovery": "NOT_DEFINED",
"Safety": "NOT_DEFINED",
"attackComplexity": "HIGH",
"attackRequirements": "PRESENT",
"attackVector": "NETWORK",
"availabilityRequirement": "NOT_DEFINED",
"baseScore": 1.7,
"baseSeverity": "LOW",
"confidentialityRequirement": "NOT_DEFINED",
"exploitMaturity": "UNREPORTED",
"integrityRequirement": "NOT_DEFINED",
"modifiedAttackComplexity": "NOT_DEFINED",
"modifiedAttackRequirements": "NOT_DEFINED",
"modifiedAttackVector": "NOT_DEFINED",
"modifiedPrivilegesRequired": "NOT_DEFINED",
"modifiedSubAvailabilityImpact": "NOT_DEFINED",
"modifiedSubConfidentialityImpact": "NOT_DEFINED",
"modifiedSubIntegrityImpact": "NOT_DEFINED",
"modifiedUserInteraction": "NOT_DEFINED",
"modifiedVulnAvailabilityImpact": "NOT_DEFINED",
"modifiedVulnConfidentialityImpact": "NOT_DEFINED",
"modifiedVulnIntegrityImpact": "NOT_DEFINED",
"privilegesRequired": "NONE",
"providerUrgency": "NOT_DEFINED",
"subAvailabilityImpact": "NONE",
"subConfidentialityImpact": "NONE",
"subIntegrityImpact": "NONE",
"userInteraction": "NONE",
"valueDensity": "NOT_DEFINED",
"vectorString": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X",
"version": "4.0",
"vulnAvailabilityImpact": "LOW",
"vulnConfidentialityImpact": "NONE",
"vulnIntegrityImpact": "NONE",
"vulnerabilityResponseEffort": "NOT_DEFINED"
},
"source": "security-advisories@github.com",
"type": "Secondary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2026-26958",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-20T15:27:08.887006Z",
"version": "2.0.3"
}
}
]
},
"published": "2026-02-19T23:16:26.577",
"references": [
{
"source": "security-advisories@github.com",
"url": "https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1"
},
{
"source": "security-advisories@github.com",
"url": "https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Deferred",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-665"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
}
]
}
GHSA-FW7P-63QQ-7HPR
Vulnerability from github – Published: 2026-02-18 22:37 – Updated: 2026-02-20 16:46(*Point).MultiScalarMult failed to initialize its receiver.
If the method was called on an initialized point that is not the identity point, MultiScalarMult produced an incorrect result.
If the method was called on an uninitialized point, the behavior was undefined. In particular, if the receiver was the zero value, MultiScalarMult returned an invalid point that compared Equal to every point.
Note that MultiScalarMult is a rarely used advanced API. For example, if you only depend on filippo.io/edwards25519 via github.com/go-sql-driver/mysql, you are not affected. If you were notified of this issue despite not being affected, consider switching to a vulnerability scanner that is more precise and respectful of your attention, like govulncheck.
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "filippo.io/edwards25519"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.1.1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2026-26958"
],
"database_specific": {
"cwe_ids": [
"CWE-665"
],
"github_reviewed": true,
"github_reviewed_at": "2026-02-18T22:37:15Z",
"nvd_published_at": "2026-02-19T23:16:26Z",
"severity": "LOW"
},
"details": "`(*Point).MultiScalarMult` failed to initialize its receiver.\n\nIf the method was called on an initialized point that is not the identity point, MultiScalarMult produced an incorrect result.\n\nIf the method was called on an uninitialized point, the behavior was undefined. In particular, if the receiver was the zero value, MultiScalarMult returned an invalid point that compared Equal to every point.\n\n*Note that MultiScalarMult is a rarely used advanced API. For example, if you only depend on `filippo.io/edwards25519` via `github.com/go-sql-driver/mysql`, **you are not affected**. If you were notified of this issue despite not being affected, consider switching to a vulnerability scanner that is more precise and respectful of your attention, like [govulncheck](https://go.dev/doc/tutorial/govulncheck).*",
"id": "GHSA-fw7p-63qq-7hpr",
"modified": "2026-02-20T16:46:42Z",
"published": "2026-02-18T22:37:15Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/FiloSottile/edwards25519/security/advisories/GHSA-fw7p-63qq-7hpr"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26958"
},
{
"type": "WEB",
"url": "https://github.com/FiloSottile/edwards25519/commit/d1c650afb95fad0742b98d95f2eb2cf031393abb"
},
{
"type": "PACKAGE",
"url": "https://github.com/FiloSottile/edwards25519"
},
{
"type": "WEB",
"url": "https://github.com/FiloSottile/edwards25519/releases/tag/v1.1.1"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U",
"type": "CVSS_V4"
}
],
"summary": "filippo.io/edwards25519 MultiScalarMult produces invalid results or undefined behavior if receiver is not the identity"
}
OPENSUSE-SU-2026:10235-1
Vulnerability from csaf_opensuse - Published: 2026-02-23 00:00 - Updated: 2026-02-23 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-22772/ | self |
| https://www.suse.com/security/cve/CVE-2026-23991/ | self |
| https://www.suse.com/security/cve/CVE-2026-23992/ | self |
| https://www.suse.com/security/cve/CVE-2026-24122/ | self |
| https://www.suse.com/security/cve/CVE-2026-24137/ | self |
| https://www.suse.com/security/cve/CVE-2026-26958/ | self |
| https://www.suse.com/security/cve/CVE-2026-22772 | external |
| https://bugzilla.suse.com/1256532 | external |
| https://www.suse.com/security/cve/CVE-2026-23991 | external |
| https://bugzilla.suse.com/1257079 | external |
| https://www.suse.com/security/cve/CVE-2026-23992 | external |
| https://bugzilla.suse.com/1257084 | external |
| https://www.suse.com/security/cve/CVE-2026-24122 | external |
| https://bugzilla.suse.com/1258540 | external |
| https://www.suse.com/security/cve/CVE-2026-24137 | external |
| https://bugzilla.suse.com/1257137 | external |
| https://www.suse.com/security/cve/CVE-2026-26958 | external |
| https://bugzilla.suse.com/1258570 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "cosign-3.0.5-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the cosign-3.0.5-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10235",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10235-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-22772 page",
"url": "https://www.suse.com/security/cve/CVE-2026-22772/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23991 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23991/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-23992 page",
"url": "https://www.suse.com/security/cve/CVE-2026-23992/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24122 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24122/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-24137 page",
"url": "https://www.suse.com/security/cve/CVE-2026-24137/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26958 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26958/"
}
],
"title": "cosign-3.0.5-1.1 on GA media",
"tracking": {
"current_release_date": "2026-02-23T00:00:00Z",
"generator": {
"date": "2026-02-23T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10235-1",
"initial_release_date": "2026-02-23T00:00:00Z",
"revision_history": [
{
"date": "2026-02-23T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cosign-3.0.5-1.1.aarch64",
"product": {
"name": "cosign-3.0.5-1.1.aarch64",
"product_id": "cosign-3.0.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-3.0.5-1.1.aarch64",
"product": {
"name": "cosign-bash-completion-3.0.5-1.1.aarch64",
"product_id": "cosign-bash-completion-3.0.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-3.0.5-1.1.aarch64",
"product": {
"name": "cosign-fish-completion-3.0.5-1.1.aarch64",
"product_id": "cosign-fish-completion-3.0.5-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-3.0.5-1.1.aarch64",
"product": {
"name": "cosign-zsh-completion-3.0.5-1.1.aarch64",
"product_id": "cosign-zsh-completion-3.0.5-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-3.0.5-1.1.ppc64le",
"product": {
"name": "cosign-3.0.5-1.1.ppc64le",
"product_id": "cosign-3.0.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-3.0.5-1.1.ppc64le",
"product": {
"name": "cosign-bash-completion-3.0.5-1.1.ppc64le",
"product_id": "cosign-bash-completion-3.0.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-3.0.5-1.1.ppc64le",
"product": {
"name": "cosign-fish-completion-3.0.5-1.1.ppc64le",
"product_id": "cosign-fish-completion-3.0.5-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-3.0.5-1.1.ppc64le",
"product": {
"name": "cosign-zsh-completion-3.0.5-1.1.ppc64le",
"product_id": "cosign-zsh-completion-3.0.5-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-3.0.5-1.1.s390x",
"product": {
"name": "cosign-3.0.5-1.1.s390x",
"product_id": "cosign-3.0.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-3.0.5-1.1.s390x",
"product": {
"name": "cosign-bash-completion-3.0.5-1.1.s390x",
"product_id": "cosign-bash-completion-3.0.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-3.0.5-1.1.s390x",
"product": {
"name": "cosign-fish-completion-3.0.5-1.1.s390x",
"product_id": "cosign-fish-completion-3.0.5-1.1.s390x"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-3.0.5-1.1.s390x",
"product": {
"name": "cosign-zsh-completion-3.0.5-1.1.s390x",
"product_id": "cosign-zsh-completion-3.0.5-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cosign-3.0.5-1.1.x86_64",
"product": {
"name": "cosign-3.0.5-1.1.x86_64",
"product_id": "cosign-3.0.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "cosign-bash-completion-3.0.5-1.1.x86_64",
"product": {
"name": "cosign-bash-completion-3.0.5-1.1.x86_64",
"product_id": "cosign-bash-completion-3.0.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "cosign-fish-completion-3.0.5-1.1.x86_64",
"product": {
"name": "cosign-fish-completion-3.0.5-1.1.x86_64",
"product_id": "cosign-fish-completion-3.0.5-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "cosign-zsh-completion-3.0.5-1.1.x86_64",
"product": {
"name": "cosign-zsh-completion-3.0.5-1.1.x86_64",
"product_id": "cosign-zsh-completion-3.0.5-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-3.0.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64"
},
"product_reference": "cosign-3.0.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-3.0.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le"
},
"product_reference": "cosign-3.0.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-3.0.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x"
},
"product_reference": "cosign-3.0.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-3.0.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64"
},
"product_reference": "cosign-3.0.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-3.0.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64"
},
"product_reference": "cosign-bash-completion-3.0.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-3.0.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le"
},
"product_reference": "cosign-bash-completion-3.0.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-3.0.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x"
},
"product_reference": "cosign-bash-completion-3.0.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-bash-completion-3.0.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64"
},
"product_reference": "cosign-bash-completion-3.0.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-3.0.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64"
},
"product_reference": "cosign-fish-completion-3.0.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-3.0.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le"
},
"product_reference": "cosign-fish-completion-3.0.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-3.0.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x"
},
"product_reference": "cosign-fish-completion-3.0.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-fish-completion-3.0.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64"
},
"product_reference": "cosign-fish-completion-3.0.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-3.0.5-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64"
},
"product_reference": "cosign-zsh-completion-3.0.5-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-3.0.5-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le"
},
"product_reference": "cosign-zsh-completion-3.0.5-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-3.0.5-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x"
},
"product_reference": "cosign-zsh-completion-3.0.5-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cosign-zsh-completion-3.0.5-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
},
"product_reference": "cosign-zsh-completion-3.0.5-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-22772",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-22772"
}
],
"notes": [
{
"category": "general",
"text": "Fulcio is a certificate authority for issuing code signing certificates for an OpenID Connect (OIDC) identity. Prior to 1.8.5, Fulcio\u0027s metaRegex() function uses unanchored regex, allowing attackers to bypass MetaIssuer URL validation and trigger SSRF to arbitrary internal services. Since the SSRF only can trigger GET requests, the request cannot mutate state. The response from the GET request is not returned to the caller so data exfiltration is not possible. A malicious actor could attempt to probe an internal network through Blind SSRF. This vulnerability is fixed in 1.8.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-22772",
"url": "https://www.suse.com/security/cve/CVE-2026-22772"
},
{
"category": "external",
"summary": "SUSE Bug 1256532 for CVE-2026-22772",
"url": "https://bugzilla.suse.com/1256532"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-23T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-22772"
},
{
"cve": "CVE-2026-23991",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23991"
}
],
"notes": [
{
"category": "general",
"text": "go-tuf is a Go implementation of The Update Framework (TUF). Starting in version 2.0.0 and prior to version 2.3.1, if the TUF repository (or any of its mirrors) returns invalid TUF metadata JSON (valid JSON but not well formed TUF metadata), the client will panic during parsing, causing a denial of service. The panic happens before any signature is validated. This means that a compromised repository/mirror/cache can DoS clients without having access to any signing key. Version 2.3.1 fixes the issue. No known workarounds are available.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23991",
"url": "https://www.suse.com/security/cve/CVE-2026-23991"
},
{
"category": "external",
"summary": "SUSE Bug 1257079 for CVE-2026-23991",
"url": "https://bugzilla.suse.com/1257079"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-23T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-23991"
},
{
"cve": "CVE-2026-23992",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-23992"
}
],
"notes": [
{
"category": "general",
"text": "go-tuf is a Go implementation of The Update Framework (TUF). Starting in version 2.0.0 and prior to version 2.3.1, a compromised or misconfigured TUF repository can have the configured value of signature thresholds set to 0, which effectively disables signature verification. This can lead to unauthorized modification to TUF metadata files is possible at rest, or during transit as no integrity checks are made. Version 2.3.1 fixes the issue. As a workaround, always make sure that the TUF metadata roles are configured with a threshold of at least 1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-23992",
"url": "https://www.suse.com/security/cve/CVE-2026-23992"
},
{
"category": "external",
"summary": "SUSE Bug 1257084 for CVE-2026-23992",
"url": "https://bugzilla.suse.com/1257084"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-23T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-23992"
},
{
"cve": "CVE-2026-24122",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24122"
}
],
"notes": [
{
"category": "general",
"text": "Cosign provides code signing and transparency for containers and binaries. In versions 3.0.4 and below, an issuing certificate with a validity that expires before the leaf certificate will be considered valid during verification even if the provided timestamp would mean the issuing certificate should be considered expired. When verifying artifact signatures using a certificate, Cosign first verifies the certificate chain using the leaf certificate\u0027s \"not before\" timestamp and later checks expiry of the leaf certificate using either a signed timestamp provided by the Rekor transparency log or from a timestamp authority, or using the current time. The root and all issuing certificates are assumed to be valid during the leaf certificate\u0027s validity. There is no impact to users of the public Sigstore infrastructure. This may affect private deployments with customized PKIs. This issue has been fixed in version 3.0.5.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24122",
"url": "https://www.suse.com/security/cve/CVE-2026-24122"
},
{
"category": "external",
"summary": "SUSE Bug 1258540 for CVE-2026-24122",
"url": "https://bugzilla.suse.com/1258540"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-23T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-24122"
},
{
"cve": "CVE-2026-24137",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-24137"
}
],
"notes": [
{
"category": "general",
"text": "sigstore framework is a common go library shared across sigstore services and clients. In versions 1.10.3 and below, the legacy TUF client (pkg/tuf/client.go) supports caching target files to disk. It constructs a filesystem path by joining a cache base directory with a target name sourced from signed target metadata; however, it does not validate that the resulting path stays within the cache base directory. A malicious TUF repository can trigger arbitrary file overwriting, limited to the permissions that the calling process has. Note that this should only affect clients that are directly using the TUF client in sigstore/sigstore or are using an older version of Cosign. Public Sigstore deployment users are unaffected, as TUF metadata is validated by a quorum of trusted collaborators. This issue has been fixed in version 1.10.4. As a workaround, users can disable disk caching for the legacy client by setting SIGSTORE_NO_CACHE=true in the environment, migrate to https://github.com/sigstore/sigstore-go/tree/main/pkg/tuf, or upgrade to the latest sigstore/sigstore release.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-24137",
"url": "https://www.suse.com/security/cve/CVE-2026-24137"
},
{
"category": "external",
"summary": "SUSE Bug 1257137 for CVE-2026-24137",
"url": "https://bugzilla.suse.com/1257137"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-23T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-24137"
},
{
"cve": "CVE-2026-26958",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26958"
}
],
"notes": [
{
"category": "general",
"text": "filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26958",
"url": "https://www.suse.com/security/cve/CVE-2026-26958"
},
{
"category": "external",
"summary": "SUSE Bug 1258570 for CVE-2026-26958",
"url": "https://bugzilla.suse.com/1258570"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:cosign-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-bash-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-fish-completion-3.0.5-1.1.x86_64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.aarch64",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.ppc64le",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.s390x",
"openSUSE Tumbleweed:cosign-zsh-completion-3.0.5-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-02-23T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-26958"
}
]
}
OPENSUSE-SU-2026:10601-1
Vulnerability from csaf_opensuse - Published: 2026-04-22 00:00 - Updated: 2026-04-22 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64 | — |
Vendor Fix
|
| URL | Category |
|---|---|
| https://www.suse.com/support/security/rating/ | external |
| https://ftp.suse.com/pub/projects/security/csaf/o… | self |
| https://www.suse.com/security/cve/CVE-2026-21720/ | self |
| https://www.suse.com/security/cve/CVE-2026-21721/ | self |
| https://www.suse.com/security/cve/CVE-2026-21722/ | self |
| https://www.suse.com/security/cve/CVE-2026-21724/ | self |
| https://www.suse.com/security/cve/CVE-2026-21725/ | self |
| https://www.suse.com/security/cve/CVE-2026-26958/ | self |
| https://www.suse.com/security/cve/CVE-2026-27876/ | self |
| https://www.suse.com/security/cve/CVE-2026-27877/ | self |
| https://www.suse.com/security/cve/CVE-2026-27879/ | self |
| https://www.suse.com/security/cve/CVE-2026-28375/ | self |
| https://www.suse.com/security/cve/CVE-2026-33186/ | self |
| https://www.suse.com/security/cve/CVE-2026-33375/ | self |
| https://www.suse.com/security/cve/CVE-2026-21720 | external |
| https://bugzilla.suse.com/1257349 | external |
| https://www.suse.com/security/cve/CVE-2026-21721 | external |
| https://bugzilla.suse.com/1257337 | external |
| https://www.suse.com/security/cve/CVE-2026-21722 | external |
| https://bugzilla.suse.com/1258136 | external |
| https://www.suse.com/security/cve/CVE-2026-21724 | external |
| https://bugzilla.suse.com/1260878 | external |
| https://www.suse.com/security/cve/CVE-2026-21725 | external |
| https://bugzilla.suse.com/1258873 | external |
| https://www.suse.com/security/cve/CVE-2026-26958 | external |
| https://bugzilla.suse.com/1258570 | external |
| https://www.suse.com/security/cve/CVE-2026-27876 | external |
| https://bugzilla.suse.com/1261025 | external |
| https://www.suse.com/security/cve/CVE-2026-27877 | external |
| https://bugzilla.suse.com/1261026 | external |
| https://www.suse.com/security/cve/CVE-2026-27879 | external |
| https://bugzilla.suse.com/1261027 | external |
| https://www.suse.com/security/cve/CVE-2026-28375 | external |
| https://bugzilla.suse.com/1261029 | external |
| https://www.suse.com/security/cve/CVE-2026-33186 | external |
| https://bugzilla.suse.com/1260085 | external |
| https://www.suse.com/security/cve/CVE-2026-33375 | external |
| https://bugzilla.suse.com/1260881 | external |
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "grafana-11.6.14+security01-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the grafana-11.6.14+security01-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2026-10601",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2026_10601-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21720 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21720/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21721 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21721/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21722 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21722/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21724 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21724/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-21725 page",
"url": "https://www.suse.com/security/cve/CVE-2026-21725/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-26958 page",
"url": "https://www.suse.com/security/cve/CVE-2026-26958/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27876 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27876/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27877 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27877/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-27879 page",
"url": "https://www.suse.com/security/cve/CVE-2026-27879/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-28375 page",
"url": "https://www.suse.com/security/cve/CVE-2026-28375/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33186 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33186/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2026-33375 page",
"url": "https://www.suse.com/security/cve/CVE-2026-33375/"
}
],
"title": "grafana-11.6.14+security01-1.1 on GA media",
"tracking": {
"current_release_date": "2026-04-22T00:00:00Z",
"generator": {
"date": "2026-04-22T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2026:10601-1",
"initial_release_date": "2026-04-22T00:00:00Z",
"revision_history": [
{
"date": "2026-04-22T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "grafana-11.6.14+security01-1.1.aarch64",
"product": {
"name": "grafana-11.6.14+security01-1.1.aarch64",
"product_id": "grafana-11.6.14+security01-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-11.6.14+security01-1.1.ppc64le",
"product": {
"name": "grafana-11.6.14+security01-1.1.ppc64le",
"product_id": "grafana-11.6.14+security01-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-11.6.14+security01-1.1.s390x",
"product": {
"name": "grafana-11.6.14+security01-1.1.s390x",
"product_id": "grafana-11.6.14+security01-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "grafana-11.6.14+security01-1.1.x86_64",
"product": {
"name": "grafana-11.6.14+security01-1.1.x86_64",
"product_id": "grafana-11.6.14+security01-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64"
},
"product_reference": "grafana-11.6.14+security01-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le"
},
"product_reference": "grafana-11.6.14+security01-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x"
},
"product_reference": "grafana-11.6.14+security01-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "grafana-11.6.14+security01-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
},
"product_reference": "grafana-11.6.14+security01-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2026-21720",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21720"
}
],
"notes": [
{
"category": "general",
"text": "Every uncached /avatar/:hash request spawns a goroutine that refreshes the Gravatar image. If the refresh sits in the 10-slot worker queue longer than three seconds, the handler times out and stops listening for the result, so that goroutine blocks forever trying to send on an unbuffered channel. Sustained traffic with random hashes keeps tripping this timeout, so goroutine count grows linearly, eventually exhausting memory and causing Grafana to crash on some systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21720",
"url": "https://www.suse.com/security/cve/CVE-2026-21720"
},
{
"category": "external",
"summary": "SUSE Bug 1257349 for CVE-2026-21720",
"url": "https://bugzilla.suse.com/1257349"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-21720"
},
{
"cve": "CVE-2026-21721",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21721"
}
],
"notes": [
{
"category": "general",
"text": "The dashboard permissions API does not verify the target dashboard scope and only checks the dashboards.permissions:* action. As a result, a user who has permission management rights on one dashboard can read and modify permissions on other dashboards. This is an organization-internal privilege escalation.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21721",
"url": "https://www.suse.com/security/cve/CVE-2026-21721"
},
{
"category": "external",
"summary": "SUSE Bug 1257337 for CVE-2026-21721",
"url": "https://bugzilla.suse.com/1257337"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-21721"
},
{
"cve": "CVE-2026-21722",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21722"
}
],
"notes": [
{
"category": "general",
"text": "Public dashboards with annotations enabled did not limit their annotation timerange to the locked timerange of the public dashboard. This means one could read the entire history of annotations visible on the specific dashboard, even those outside the locked timerange.\n\nThis did not leak any annotations that would not otherwise be visible on the public dashboard.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21722",
"url": "https://www.suse.com/security/cve/CVE-2026-21722"
},
{
"category": "external",
"summary": "SUSE Bug 1258136 for CVE-2026-21722",
"url": "https://bugzilla.suse.com/1258136"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-21722"
},
{
"cve": "CVE-2026-21724",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21724"
}
],
"notes": [
{
"category": "general",
"text": "A vulnerability has been discovered in Grafana OSS where an authorization bypass in the provisioning contact points API allows users with Editor role to modify protected webhook URLs without the required alert.notifications.receivers.protected:write permission.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21724",
"url": "https://www.suse.com/security/cve/CVE-2026-21724"
},
{
"category": "external",
"summary": "SUSE Bug 1260878 for CVE-2026-21724",
"url": "https://bugzilla.suse.com/1260878"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-21724"
},
{
"cve": "CVE-2026-21725",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-21725"
}
],
"notes": [
{
"category": "general",
"text": "A time-of-create-to-time-of-use (TOCTOU) vulnerability lets recently deleted-then-recreated data sources be re-deleted without permission to do so.\n\nThis requires several very stringent conditions to be met:\n\n- The attacker must have admin access to the specific datasource prior to its first deletion.\n- Upon deletion, all steps within the attack must happen within the next 30 seconds and on the same pod of Grafana.\n- The attacker must delete the datasource, then someone must recreate it.\n- The new datasource must not have the attacker as an admin.\n- The new datasource must have the same UID as the prior datasource. These are randomised by default.\n- The datasource can now be re-deleted by the attacker.\n- Once 30 seconds are up, the attack is spent and cannot be repeated.\n- No datasource with any other UID can be attacked.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-21725",
"url": "https://www.suse.com/security/cve/CVE-2026-21725"
},
{
"category": "external",
"summary": "SUSE Bug 1258873 for CVE-2026-21725",
"url": "https://bugzilla.suse.com/1258873"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2026-21725"
},
{
"cve": "CVE-2026-26958",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-26958"
}
],
"notes": [
{
"category": "general",
"text": "filippo.io/edwards25519 is a Go library implementing the edwards25519 elliptic curve with APIs for building cryptographic primitives. In versions 1.1.0 and earlier, MultiScalarMult produces invalid results or undefined behavior if the receiver is not the identity point. If (*Point).MultiScalarMult is called on an initialized point that is not the identity point, it returns an incorrect result. If the method is called on an uninitialized point, the behavior is undefined. In particular, if the receiver is the zero value, MultiScalarMult returns an invalid point that compares Equal to every other point. Note that MultiScalarMult is a rarely used, advanced API. For example, users who depend on filippo.io/edwards25519 only through github.com/go-sql-driver/mysql are not affected. This issue has been fixed in version 1.1.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-26958",
"url": "https://www.suse.com/security/cve/CVE-2026-26958"
},
{
"category": "external",
"summary": "SUSE Bug 1258570 for CVE-2026-26958",
"url": "https://bugzilla.suse.com/1258570"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-26958"
},
{
"cve": "CVE-2026-27876",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27876"
}
],
"notes": [
{
"category": "general",
"text": "A chained attack via SQL Expressions and a Grafana Enterprise plugin can lead to a remote arbitrary code execution impact (RCE). This is enabled by a feature in Grafana (OSS), so all users are always recommended to update to avoid future attack vectors going this path.\n\nOnly instances with the sqlExpressions feature toggle enabled are vulnerable.\n\nOnly instances in the following version ranges are affected:\n\n- 11.6.0 (inclusive) to 11.6.14 (exclusive): 11.6.14 has the fix. 11.5 and below are not affected.\n- 12.0.0 (inclusive) to 12.1.10 (exclusive): 12.1.10 has the fix. 12.0 did not receive an update, as it is end-of-life.\n- 12.2.0 (inclusive) to 12.2.8 (exclusive): 12.2.8 has the fix.\n- 12.3.0 (inclusive) to 12.3.6 (exclusive): 12.3.6 has the fix.\n- 12.4.0 (inclusive) to 12.4.2 (exclusive): 12.4.2 has the fix. 13.0.0 and above also have the fix: no v13 release is affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27876",
"url": "https://www.suse.com/security/cve/CVE-2026-27876"
},
{
"category": "external",
"summary": "SUSE Bug 1261025 for CVE-2026-27876",
"url": "https://bugzilla.suse.com/1261025"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2026-27876"
},
{
"cve": "CVE-2026-27877",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27877"
}
],
"notes": [
{
"category": "general",
"text": "When using public dashboards and direct data-sources, all direct data-sources\u0027 passwords are exposed despite not being used in dashboards.\n\nNo passwords of proxied data-sources are exposed. We encourage all direct data-sources to be converted to proxied data-sources as far as possible to improve your deployments\u0027 security.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27877",
"url": "https://www.suse.com/security/cve/CVE-2026-27877"
},
{
"category": "external",
"summary": "SUSE Bug 1261026 for CVE-2026-27877",
"url": "https://bugzilla.suse.com/1261026"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-27877"
},
{
"cve": "CVE-2026-27879",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-27879"
}
],
"notes": [
{
"category": "general",
"text": "A resample query can be used to trigger out-of-memory crashes in Grafana.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-27879",
"url": "https://www.suse.com/security/cve/CVE-2026-27879"
},
{
"category": "external",
"summary": "SUSE Bug 1261027 for CVE-2026-27879",
"url": "https://bugzilla.suse.com/1261027"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-27879"
},
{
"cve": "CVE-2026-28375",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-28375"
}
],
"notes": [
{
"category": "general",
"text": "A testdata data-source can be used to trigger out-of-memory crashes in Grafana.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-28375",
"url": "https://www.suse.com/security/cve/CVE-2026-28375"
},
{
"category": "external",
"summary": "SUSE Bug 1261029 for CVE-2026-28375",
"url": "https://bugzilla.suse.com/1261029"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-28375"
},
{
"cve": "CVE-2026-33186",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33186"
}
],
"notes": [
{
"category": "general",
"text": "gRPC-Go is the Go language implementation of gRPC. Versions prior to 1.79.3 have an authorization bypass resulting from improper input validation of the HTTP/2 `:path` pseudo-header. The gRPC-Go server was too lenient in its routing logic, accepting requests where the `:path` omitted the mandatory leading slash (e.g., `Service/Method` instead of `/Service/Method`). While the server successfully routed these requests to the correct handler, authorization interceptors (including the official `grpc/authz` package) evaluated the raw, non-canonical path string. Consequently, \"deny\" rules defined using canonical paths (starting with `/`) failed to match the incoming request, allowing it to bypass the policy if a fallback \"allow\" rule was present. This affects gRPC-Go servers that use path-based authorization interceptors, such as the official RBAC implementation in `google.golang.org/grpc/authz` or custom interceptors relying on `info.FullMethod` or `grpc.Method(ctx)`; AND that have a security policy contains specific \"deny\" rules for canonical paths but allows other requests by default (a fallback \"allow\" rule). The vulnerability is exploitable by an attacker who can send raw HTTP/2 frames with malformed `:path` headers directly to the gRPC server. The fix in version 1.79.3 ensures that any request with a `:path` that does not start with a leading slash is immediately rejected with a `codes.Unimplemented` error, preventing it from reaching authorization interceptors or handlers with a non-canonical path string. While upgrading is the most secure and recommended path, users can mitigate the vulnerability using one of the following methods: Use a validating interceptor (recommended mitigation); infrastructure-level normalization; and/or policy hardening.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33186",
"url": "https://www.suse.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "SUSE Bug 1260085 for CVE-2026-33186",
"url": "https://bugzilla.suse.com/1260085"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2026-33186"
},
{
"cve": "CVE-2026-33375",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2026-33375"
}
],
"notes": [
{
"category": "general",
"text": "The Grafana MSSQL data source plugin contains a logic flaw that allows a low-privileged user (Viewer) to bypass API restrictions and trigger a catastrophic Out-Of-Memory (OOM) memory exhaustion, crashing the host container.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2026-33375",
"url": "https://www.suse.com/security/cve/CVE-2026-33375"
},
{
"category": "external",
"summary": "SUSE Bug 1260881 for CVE-2026-33375",
"url": "https://bugzilla.suse.com/1260881"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.aarch64",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.ppc64le",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.s390x",
"openSUSE Tumbleweed:grafana-11.6.14+security01-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2026-04-22T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2026-33375"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.