Search

Find a vulnerability

Search criteria

    2 vulnerabilities found for Extra Packages for Enterprise Linux (EPEL) by Fedora

    CVE-2026-19624 (GCVE-0-2026-19624)

    Vulnerability from nvd – Published: 2026-09-14 19:19 – Updated: 2026-09-14 19:43
    VLAI
    Title
    NetworkManager-l2tp: local privilege escalation via ipsec.conf injection
    Summary
    A flaw was found in NetworkManager-l2tp. The plugin writes attacker-controlled VPN connection properties (vpn.data and vpn.secrets values) unescaped into a generated ipsec.conf file that pluto loads as root. A local unprivileged user can create and activate their own L2TP VPN profile containing a newline-injected leftupdown directive; pluto executes that command as root when the IKE security association is established, resulting in local privilege escalation. This is the same bug class as CVE-2018-10900 (NetworkManager-vpnc).
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-09-14 19:43 UTC
    CWE
    • CWE-88 - Improper Control of an Argument of a Program Call ('Argument Injection')
    Impacted products
    Vendor Product Version
    Affected: 1.0.0 , < 1.0.16 (semver)
    Affected: 1.2.0 , < 1.2.22 (semver)
    Affected: 1.8.0 , < 1.8.10 (semver)
    Affected: 1.20.0 , < 1.20.24 (semver)
    Affected: 1.52.0 , < 1.52.4 (semver)
    Fedora Fedora Affected: 1.52.0 , < 1.52.4 (semver)
    Create a notification for this product.
    Fedora Extra Packages for Enterprise Linux (EPEL) Affected: 1.20.0 , < 1.20.24 (semver)
    Create a notification for this product.
    Date Public
    2026-09-03 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-19624",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-14T19:43:22.928124Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-14T19:43:32.531Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/nm-l2tp/NetworkManager-l2tp",
              "defaultStatus": "unaffected",
              "packageName": "NetworkManager-l2tp",
              "versions": [
                {
                  "lessThan": "1.0.16",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.2.22",
                  "status": "affected",
                  "version": "1.2.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.8.10",
                  "status": "affected",
                  "version": "1.8.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.20.24",
                  "status": "affected",
                  "version": "1.20.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.52.4",
                  "status": "affected",
                  "version": "1.52.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp",
              "defaultStatus": "unaffected",
              "packageName": "NetworkManager-l2tp",
              "product": "Fedora",
              "vendor": "Fedora",
              "versions": [
                {
                  "lessThan": "1.52.4",
                  "status": "affected",
                  "version": "1.52.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp",
              "defaultStatus": "unaffected",
              "packageName": "NetworkManager-l2tp",
              "product": "Extra Packages for Enterprise Linux (EPEL)",
              "vendor": "Fedora",
              "versions": [
                {
                  "lessThan": "1.20.24",
                  "status": "affected",
                  "version": "1.20.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Keith Linneman (Linneman Labs)"
            }
          ],
          "datePublic": "2026-09-03T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "A flaw was found in NetworkManager-l2tp. The plugin writes attacker-controlled VPN connection properties (vpn.data and vpn.secrets values) unescaped into a generated ipsec.conf file that pluto loads as root. A local unprivileged user can create and activate their own L2TP VPN profile containing a newline-injected leftupdown directive; pluto executes that command as root when the IKE security association is established, resulting in local privilege escalation. This is the same bug class as CVE-2018-10900 (NetworkManager-vpnc)."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS"
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-88",
                  "description": "Improper Control of an Argument of a Program Call (\u0027Argument Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-14T19:19:43.736Z",
            "orgId": "92fb86c3-55a5-4fb5-9c3f-4757b9e96dc5",
            "shortName": "fedora"
          },
          "references": [
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/nm-l2tp/NetworkManager-l2tp/commit/95b6b46f48a0c9eabc79272cd313f219110ef91c"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/nm-l2tp/NetworkManager-l2tp/commit/3704d8c9d5e5f9ed1626a8ce7627a04247cea673"
            },
            {
              "tags": [
                "release-notes"
              ],
              "url": "https://github.com/nm-l2tp/NetworkManager-l2tp/releases"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://linnemanlabs.com/posts/nm-l2tp-newline-to-root/"
            }
          ],
          "title": "NetworkManager-l2tp: local privilege escalation via ipsec.conf injection",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "92fb86c3-55a5-4fb5-9c3f-4757b9e96dc5",
        "assignerShortName": "fedora",
        "cveId": "CVE-2026-19624",
        "datePublished": "2026-09-14T19:19:43.736Z",
        "dateReserved": "2026-08-12T14:50:47.790Z",
        "dateUpdated": "2026-09-14T19:43:32.531Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-19624 (GCVE-0-2026-19624)

    Vulnerability from cvelistv5 – Published: 2026-09-14 19:19 – Updated: 2026-09-14 19:43
    VLAI
    Title
    NetworkManager-l2tp: local privilege escalation via ipsec.conf injection
    Summary
    A flaw was found in NetworkManager-l2tp. The plugin writes attacker-controlled VPN connection properties (vpn.data and vpn.secrets values) unescaped into a generated ipsec.conf file that pluto loads as root. A local unprivileged user can create and activate their own L2TP VPN profile containing a newline-injected leftupdown directive; pluto executes that command as root when the IKE security association is established, resulting in local privilege escalation. This is the same bug class as CVE-2018-10900 (NetworkManager-vpnc).
    SSVC
    Exploitation: none Automatable: no Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-09-14 19:43 UTC
    CWE
    • CWE-88 - Improper Control of an Argument of a Program Call ('Argument Injection')
    Impacted products
    Vendor Product Version
    Affected: 1.0.0 , < 1.0.16 (semver)
    Affected: 1.2.0 , < 1.2.22 (semver)
    Affected: 1.8.0 , < 1.8.10 (semver)
    Affected: 1.20.0 , < 1.20.24 (semver)
    Affected: 1.52.0 , < 1.52.4 (semver)
    Fedora Fedora Affected: 1.52.0 , < 1.52.4 (semver)
    Create a notification for this product.
    Fedora Extra Packages for Enterprise Linux (EPEL) Affected: 1.20.0 , < 1.20.24 (semver)
    Create a notification for this product.
    Date Public
    2026-09-03 00:00
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-19624",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "no"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-09-14T19:43:22.928124Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-09-14T19:43:32.531Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://github.com/nm-l2tp/NetworkManager-l2tp",
              "defaultStatus": "unaffected",
              "packageName": "NetworkManager-l2tp",
              "versions": [
                {
                  "lessThan": "1.0.16",
                  "status": "affected",
                  "version": "1.0.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.2.22",
                  "status": "affected",
                  "version": "1.2.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.8.10",
                  "status": "affected",
                  "version": "1.8.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.20.24",
                  "status": "affected",
                  "version": "1.20.0",
                  "versionType": "semver"
                },
                {
                  "lessThan": "1.52.4",
                  "status": "affected",
                  "version": "1.52.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp",
              "defaultStatus": "unaffected",
              "packageName": "NetworkManager-l2tp",
              "product": "Fedora",
              "vendor": "Fedora",
              "versions": [
                {
                  "lessThan": "1.52.4",
                  "status": "affected",
                  "version": "1.52.0",
                  "versionType": "semver"
                }
              ]
            },
            {
              "collectionURL": "https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp",
              "defaultStatus": "unaffected",
              "packageName": "NetworkManager-l2tp",
              "product": "Extra Packages for Enterprise Linux (EPEL)",
              "vendor": "Fedora",
              "versions": [
                {
                  "lessThan": "1.20.24",
                  "status": "affected",
                  "version": "1.20.0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Keith Linneman (Linneman Labs)"
            }
          ],
          "datePublic": "2026-09-03T00:00:00.000Z",
          "descriptions": [
            {
              "lang": "en",
              "value": "A flaw was found in NetworkManager-l2tp. The plugin writes attacker-controlled VPN connection properties (vpn.data and vpn.secrets values) unescaped into a generated ipsec.conf file that pluto loads as root. A local unprivileged user can create and activate their own L2TP VPN profile containing a newline-injected leftupdown directive; pluto executes that command as root when the IKE security association is established, resulting in local privilege escalation. This is the same bug class as CVE-2018-10900 (NetworkManager-vpnc)."
            }
          ],
          "metrics": [
            {
              "cvssV3_1": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "format": "CVSS"
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "cweId": "CWE-88",
                  "description": "Improper Control of an Argument of a Program Call (\u0027Argument Injection\u0027)",
                  "lang": "en",
                  "type": "CWE"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-09-14T19:19:43.736Z",
            "orgId": "92fb86c3-55a5-4fb5-9c3f-4757b9e96dc5",
            "shortName": "fedora"
          },
          "references": [
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/nm-l2tp/NetworkManager-l2tp/commit/95b6b46f48a0c9eabc79272cd313f219110ef91c"
            },
            {
              "tags": [
                "patch"
              ],
              "url": "https://github.com/nm-l2tp/NetworkManager-l2tp/commit/3704d8c9d5e5f9ed1626a8ce7627a04247cea673"
            },
            {
              "tags": [
                "release-notes"
              ],
              "url": "https://github.com/nm-l2tp/NetworkManager-l2tp/releases"
            },
            {
              "tags": [
                "vendor-advisory"
              ],
              "url": "https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp"
            },
            {
              "tags": [
                "third-party-advisory"
              ],
              "url": "https://linnemanlabs.com/posts/nm-l2tp-newline-to-root/"
            }
          ],
          "title": "NetworkManager-l2tp: local privilege escalation via ipsec.conf injection",
          "x_generator": {
            "engine": "cvelib 1.8.0"
          }
        }
      },
      "cveMetadata": {
        "assignerOrgId": "92fb86c3-55a5-4fb5-9c3f-4757b9e96dc5",
        "assignerShortName": "fedora",
        "cveId": "CVE-2026-19624",
        "datePublished": "2026-09-14T19:19:43.736Z",
        "dateReserved": "2026-08-12T14:50:47.790Z",
        "dateUpdated": "2026-09-14T19:43:32.531Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }