{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2024-31206",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2024-03-29T14:16:31.900Z",
        "datePublished": "2024-04-04T22:10:29.200Z",
        "dateUpdated": "2024-08-26T20:27:25.984Z"
    },
    "containers": {
        "cna": {
            "title": "Use of Unencrypted HTTP Request in dectalk-tts",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-300",
                            "lang": "en",
                            "description": "CWE-300: Channel Accessible by Non-Endpoint",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-319",
                            "lang": "en",
                            "description": "CWE-319: Cleartext Transmission of Sensitive Information",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-598",
                            "lang": "en",
                            "description": "CWE-598: Use of GET Request Method With Sensitive Query Strings",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 8.2,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "LOW",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/JstnMcBrd/dectalk-tts/security/advisories/GHSA-6cf6-8hvr-r68w",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/JstnMcBrd/dectalk-tts/security/advisories/GHSA-6cf6-8hvr-r68w"
                },
                {
                    "name": "https://github.com/JstnMcBrd/dectalk-tts/issues/3",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/JstnMcBrd/dectalk-tts/issues/3"
                },
                {
                    "name": "https://github.com/JstnMcBrd/dectalk-tts/pull/4",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/JstnMcBrd/dectalk-tts/pull/4"
                },
                {
                    "name": "https://github.com/JstnMcBrd/dectalk-tts/commit/3600d8ac156f27da553ac4ead46d16989a350105",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/JstnMcBrd/dectalk-tts/commit/3600d8ac156f27da553ac4ead46d16989a350105"
                },
                {
                    "name": "https://github.com/JstnMcBrd/dectalk-tts/blob/b3e92156cbb699218ac9b9c7d8979abd0e635767/src/index.ts#L18",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/JstnMcBrd/dectalk-tts/blob/b3e92156cbb699218ac9b9c7d8979abd0e635767/src/index.ts#L18"
                }
            ],
            "affected": [
                {
                    "vendor": "JstnMcBrd",
                    "product": "dectalk-tts",
                    "versions": [
                        {
                            "version": "= 1.0.0",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2024-04-04T22:10:29.200Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "dectalk-tts is a Node package to interact with the aeiou Dectalk web API. In `dectalk-tts@1.0.0`, network requests to the third-party API are sent over HTTP, which is unencrypted. Unencrypted traffic can be easily intercepted and modified by attackers. Anyone who uses the package could be the victim of a man-in-the-middle (MITM) attack. The network request was upgraded to HTTPS in version `1.0.1`. There are no workarounds, but some precautions include not sending any sensitive information and carefully verifying the API response before saving it."
                }
            ],
            "source": {
                "advisory": "GHSA-6cf6-8hvr-r68w",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T01:46:04.547Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/JstnMcBrd/dectalk-tts/security/advisories/GHSA-6cf6-8hvr-r68w",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/JstnMcBrd/dectalk-tts/security/advisories/GHSA-6cf6-8hvr-r68w"
                    },
                    {
                        "name": "https://github.com/JstnMcBrd/dectalk-tts/issues/3",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/JstnMcBrd/dectalk-tts/issues/3"
                    },
                    {
                        "name": "https://github.com/JstnMcBrd/dectalk-tts/pull/4",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/JstnMcBrd/dectalk-tts/pull/4"
                    },
                    {
                        "name": "https://github.com/JstnMcBrd/dectalk-tts/commit/3600d8ac156f27da553ac4ead46d16989a350105",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/JstnMcBrd/dectalk-tts/commit/3600d8ac156f27da553ac4ead46d16989a350105"
                    },
                    {
                        "name": "https://github.com/JstnMcBrd/dectalk-tts/blob/b3e92156cbb699218ac9b9c7d8979abd0e635767/src/index.ts#L18",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/JstnMcBrd/dectalk-tts/blob/b3e92156cbb699218ac9b9c7d8979abd0e635767/src/index.ts#L18"
                    }
                ]
            },
            {
                "affected": [
                    {
                        "vendor": "jstnmcbrd",
                        "product": "dectalk-tts",
                        "cpes": [
                            "cpe:2.3:a:jstnmcbrd:dectalk-tts:1.0.0:*:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "1.0.0",
                                "status": "affected"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-04-05T17:16:09.746920Z",
                                "id": "CVE-2024-31206",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "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": "2024-08-26T20:27:25.984Z"
                }
            }
        ]
    }
}