{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-35346",
        "assignerOrgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
        "state": "PUBLISHED",
        "assignerShortName": "canonical",
        "dateReserved": "2026-04-02T12:58:56.087Z",
        "datePublished": "2026-04-22T16:07:51.755Z",
        "dateUpdated": "2026-04-22T18:12:21.735Z"
    },
    "containers": {
        "cna": {
            "title": "uutils coreutils comm Silent Data Corruption via Lossy UTF-8 Normalization",
            "affected": [
                {
                    "vendor": "Uutils",
                    "product": "coreutils",
                    "platforms": [
                        "Linux",
                        "Unix",
                        "macOS"
                    ],
                    "collectionURL": "https://github.com/uutils",
                    "packageName": "coreutils",
                    "repo": "https://github.com/uutils/coreutils",
                    "versions": [
                        {
                            "status": "affected",
                            "lessThan": "0.6.0",
                            "version": "0",
                            "versionType": "semver"
                        }
                    ],
                    "defaultStatus": "unaffected"
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "lang": "en",
                            "cweId": "CWE-176",
                            "description": "CWE-176: Improper Handling of Unicode Encoding",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "impacts": [
                {
                    "capecId": "CAPEC-184",
                    "descriptions": [
                        {
                            "lang": "en",
                            "value": "CAPEC-184: Software Integrity Attack"
                        }
                    ]
                }
            ],
            "descriptions": [
                {
                    "lang": "en",
                    "value": "The comm utility in uutils coreutils silently corrupts data by performing lossy UTF-8 conversion on all output lines. The implementation uses String::from_utf8_lossy(), which replaces invalid UTF-8 byte sequences with the Unicode replacement character (U+FFFD). This behavior differs from GNU comm, which processes raw bytes and preserves the original input. This results in corrupted output when the utility is used to compare binary files or files using non-UTF-8 legacy encodings."
                }
            ],
            "references": [
                {
                    "url": "https://github.com/uutils/coreutils/pull/10206",
                    "tags": [
                        "patch"
                    ]
                },
                {
                    "url": "https://github.com/uutils/coreutils/issues/10192",
                    "tags": [
                        "issue-tracking"
                    ]
                },
                {
                    "url": "https://github.com/uutils/coreutils/releases/tag/0.6.0",
                    "tags": [
                        "vendor-advisory"
                    ]
                }
            ],
            "metrics": [
                {
                    "format": "CVSS",
                    "scenarios": [
                        {
                            "lang": "en",
                            "value": "GENERAL"
                        }
                    ],
                    "cvssV3_1": {
                        "version": "3.1",
                        "attackVector": "LOCAL",
                        "attackComplexity": "LOW",
                        "privilegesRequired": "LOW",
                        "userInteraction": "NONE",
                        "scope": "UNCHANGED",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "LOW",
                        "availabilityImpact": "NONE",
                        "baseSeverity": "LOW",
                        "baseScore": 3.3,
                        "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N"
                    }
                }
            ],
            "credits": [
                {
                    "lang": "en",
                    "value": "Zellic",
                    "type": "finder"
                }
            ],
            "source": {
                "discovery": "EXTERNAL"
            },
            "providerMetadata": {
                "orgId": "cc1ad9ee-3454-478d-9317-d3e869d708bc",
                "shortName": "canonical",
                "dateUpdated": "2026-04-22T16:07:51.755Z"
            }
        },
        "adp": [
            {
                "references": [
                    {
                        "url": "https://github.com/uutils/coreutils/issues/10192",
                        "tags": [
                            "exploit"
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-04-22T18:12:18.337487Z",
                                "id": "CVE-2026-35346",
                                "options": [
                                    {
                                        "Exploitation": "poc"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-04-22T18:12:21.735Z"
                }
            }
        ]
    }
}