{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2024-28114",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2024-03-04T14:19:14.059Z",
        "datePublished": "2024-03-12T19:58:39.859Z",
        "dateUpdated": "2024-08-28T16:23:15.497Z"
    },
    "containers": {
        "cna": {
            "title": "Remote Code Execution using Server Side Template Injection in Peering Manager",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-74",
                            "lang": "en",
                            "description": "CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "NONE",
                        "baseScore": 8.1,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "HIGH",
                        "scope": "CHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/peering-manager/peering-manager/security/advisories/GHSA-q37x-qfrx-jcv6",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/peering-manager/peering-manager/security/advisories/GHSA-q37x-qfrx-jcv6"
                },
                {
                    "name": "https://github.com/peering-manager/peering-manager/commit/8a865fb596c11ad7caf45aef317d8fcbce7f85ff",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/peering-manager/peering-manager/commit/8a865fb596c11ad7caf45aef317d8fcbce7f85ff"
                },
                {
                    "name": "https://owasp.org/www-community/attacks/Command_Injection",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://owasp.org/www-community/attacks/Command_Injection"
                },
                {
                    "name": "https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection"
                },
                {
                    "name": "https://stackoverflow.com/questions/73939573/how-to-sanitise-string-of-python-code-with-python",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://stackoverflow.com/questions/73939573/how-to-sanitise-string-of-python-code-with-python"
                }
            ],
            "affected": [
                {
                    "vendor": "peering-manager",
                    "product": "peering-manager",
                    "versions": [
                        {
                            "version": "< 1.8.3",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2024-03-12T19:58:39.859Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Peering Manager is a BGP session management tool. There is a Server Side Template Injection vulnerability that leads to Remote Code Execution in Peering Manager <=1.8.2. As a result arbitrary commands can be executed on the operating system that is running Peering Manager. This issue has been addressed in version 1.8.3. Users are advised to upgrade. There are no known workarounds for this vulnerability.\n"
                }
            ],
            "source": {
                "advisory": "GHSA-q37x-qfrx-jcv6",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T00:48:49.295Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/peering-manager/peering-manager/security/advisories/GHSA-q37x-qfrx-jcv6",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/peering-manager/peering-manager/security/advisories/GHSA-q37x-qfrx-jcv6"
                    },
                    {
                        "name": "https://github.com/peering-manager/peering-manager/commit/8a865fb596c11ad7caf45aef317d8fcbce7f85ff",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/peering-manager/peering-manager/commit/8a865fb596c11ad7caf45aef317d8fcbce7f85ff"
                    },
                    {
                        "name": "https://owasp.org/www-community/attacks/Command_Injection",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://owasp.org/www-community/attacks/Command_Injection"
                    },
                    {
                        "name": "https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/07-Input_Validation_Testing/18-Testing_for_Server_Side_Template_Injection"
                    },
                    {
                        "name": "https://stackoverflow.com/questions/73939573/how-to-sanitise-string-of-python-code-with-python",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://stackoverflow.com/questions/73939573/how-to-sanitise-string-of-python-code-with-python"
                    }
                ]
            },
            {
                "affected": [
                    {
                        "vendor": "peeringmanager",
                        "product": "peering-manager",
                        "cpes": [
                            "cpe:2.3:a:peeringmanager:peering-manager:*:*:*:*:*:*:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "0",
                                "status": "affected",
                                "lessThan": "1.8.3",
                                "versionType": "custom"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-03-13T14:49:03.918005Z",
                                "id": "CVE-2024-28114",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-08-28T16:23:15.497Z"
                }
            }
        ]
    }
}