CVE-2026-48722 (GCVE-0-2026-48722)
Vulnerability from cvelistv5 – Published: 2026-09-15 14:07 – Updated: 2026-09-15 14:07
VLAI
EPSS
VEX
Title
Nextflow: Incorrect default permissions in the nextflow auth login command
Summary
Nextflow is a DSL for data-driven computational pipelines. From 25.09.2-edge until 25.10.6 and 26.04.3, nextflow auth login writes Seqera Platform OIDC bearer tokens to ${NXF_HOME:-~/.nextflow}/seqera-auth.config through AuthCommandImpl.writeConfig in plugins/nf-tower/src/main/io/seqera/tower/plugin/auth/AuthCommandImpl.groovy without setting restrictive file permissions, allowing the default umask 022 to create the file with mode 0644. On a multi-user POSIX host, a local user who can traverse the victim's home directory can read seqera-auth.config and impersonate the victim against Seqera Platform within the token's scope. Single-user systems and headless CI runners that do not use the interactive login flow are not affected. This issue is fixed in 25.10.6 and 26.04.3.
Severity
5.5 (Medium)
CWE
Assigner
References
6 references
| URL | Tags |
|---|---|
| https://github.com/nextflow-io/nextflow/security/… | x_refsource_CONFIRM |
| https://github.com/nextflow-io/nextflow/pull/7182 | x_refsource_MISC |
| https://github.com/nextflow-io/nextflow/commit/41… | x_refsource_MISC |
| https://github.com/nextflow-io/nextflow/commit/a2… | x_refsource_MISC |
| https://github.com/nextflow-io/nextflow/releases/… | x_refsource_MISC |
| https://github.com/nextflow-io/nextflow/releases/… | x_refsource_MISC |
Impacted products
1 product
| Vendor | Product | Version | CPE status | |
|---|---|---|---|---|
| nextflow-io | nextflow |
Affected:
>= 25.09.2-edge, < 25.10.6
Affected: >= 25.11.0-edge, < 26.04.3 |
guessed |
{
"containers": {
"cna": {
"affected": [
{
"product": "nextflow",
"vendor": "nextflow-io",
"versions": [
{
"status": "affected",
"version": "\u003e= 25.09.2-edge, \u003c 25.10.6"
},
{
"status": "affected",
"version": "\u003e= 25.11.0-edge, \u003c 26.04.3"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Nextflow is a DSL for data-driven computational pipelines. From 25.09.2-edge until 25.10.6 and 26.04.3, nextflow auth login writes Seqera Platform OIDC bearer tokens to ${NXF_HOME:-~/.nextflow}/seqera-auth.config through AuthCommandImpl.writeConfig in plugins/nf-tower/src/main/io/seqera/tower/plugin/auth/AuthCommandImpl.groovy without setting restrictive file permissions, allowing the default umask 022 to create the file with mode 0644. On a multi-user POSIX host, a local user who can traverse the victim\u0027s home directory can read seqera-auth.config and impersonate the victim against Seqera Platform within the token\u0027s scope. Single-user systems and headless CI runners that do not use the interactive login flow are not affected. This issue is fixed in 25.10.6 and 26.04.3."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-276",
"description": "CWE-276: Incorrect Default Permissions",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-732",
"description": "CWE-732: Incorrect Permission Assignment for Critical Resource",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-09-15T14:07:45.568Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/nextflow-io/nextflow/security/advisories/GHSA-92qf-fcph-v5wr",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/nextflow-io/nextflow/security/advisories/GHSA-92qf-fcph-v5wr"
},
{
"name": "https://github.com/nextflow-io/nextflow/pull/7182",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nextflow-io/nextflow/pull/7182"
},
{
"name": "https://github.com/nextflow-io/nextflow/commit/41a5f24afec8a6e9769a24cae5e08b5462fbfdc1",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nextflow-io/nextflow/commit/41a5f24afec8a6e9769a24cae5e08b5462fbfdc1"
},
{
"name": "https://github.com/nextflow-io/nextflow/commit/a2813c610a3e7f13d7a0a0b1b543b7ad47586eaa",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nextflow-io/nextflow/commit/a2813c610a3e7f13d7a0a0b1b543b7ad47586eaa"
},
{
"name": "https://github.com/nextflow-io/nextflow/releases/tag/v25.10.6",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nextflow-io/nextflow/releases/tag/v25.10.6"
},
{
"name": "https://github.com/nextflow-io/nextflow/releases/tag/v26.04.3",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/nextflow-io/nextflow/releases/tag/v26.04.3"
}
],
"source": {
"advisory": "GHSA-92qf-fcph-v5wr",
"discovery": "UNKNOWN"
},
"title": "Nextflow: Incorrect default permissions in the nextflow auth login command"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2026-48722",
"datePublished": "2026-09-15T14:07:45.568Z",
"dateReserved": "2026-05-22T18:47:27.756Z",
"dateUpdated": "2026-09-15T14:07:45.568Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2026-48722\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2026-09-15T15:17:16.020\",\"lastModified\":\"2026-09-15T15:17:16.020\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Nextflow is a DSL for data-driven computational pipelines. From 25.09.2-edge until 25.10.6 and 26.04.3, nextflow auth login writes Seqera Platform OIDC bearer tokens to ${NXF_HOME:-~/.nextflow}/seqera-auth.config through AuthCommandImpl.writeConfig in plugins/nf-tower/src/main/io/seqera/tower/plugin/auth/AuthCommandImpl.groovy without setting restrictive file permissions, allowing the default umask 022 to create the file with mode 0644. On a multi-user POSIX host, a local user who can traverse the victim\u0027s home directory can read seqera-auth.config and impersonate the victim against Seqera Platform within the token\u0027s scope. Single-user systems and headless CI runners that do not use the interactive login flow are not affected. This issue is fixed in 25.10.6 and 26.04.3.\"}],\"affected\":[{\"source\":\"security-advisories@github.com\",\"affectedData\":[{\"vendor\":\"nextflow-io\",\"product\":\"nextflow\",\"versions\":[{\"version\":\"\u003e= 25.09.2-edge, \u003c 25.10.6\",\"status\":\"affected\"},{\"version\":\"\u003e= 25.11.0-edge, \u003c 26.04.3\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-276\"},{\"lang\":\"en\",\"value\":\"CWE-732\"}]}],\"references\":[{\"url\":\"https://github.com/nextflow-io/nextflow/commit/41a5f24afec8a6e9769a24cae5e08b5462fbfdc1\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nextflow-io/nextflow/commit/a2813c610a3e7f13d7a0a0b1b543b7ad47586eaa\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nextflow-io/nextflow/pull/7182\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nextflow-io/nextflow/releases/tag/v25.10.6\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nextflow-io/nextflow/releases/tag/v26.04.3\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://github.com/nextflow-io/nextflow/security/advisories/GHSA-92qf-fcph-v5wr\",\"source\":\"security-advisories@github.com\"}]}}"
}
}
Loading…
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
The MITRE ATT&CK techniques below are AI-generated suggestions, inferred from the description of the
vulnerability by the CIRCL/vulnerability-attack-technique-classification-roberta-base
model, served locally by ML-Gateway.
They have not been verified by an analyst and are provided for guidance only.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.
Loading…
Loading…