GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

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 CPE status
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)
guessed Create a notification for this product.
Fedora Extra Packages for Enterprise Linux (EPEL) Affected: 1.20.0 , < 1.20.24 (semver)
guessed 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",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-19624",
      "date": "2026-09-15",
      "epss": "0.0013",
      "percentile": "0.02963"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-19624\",\"sourceIdentifier\":\"patrick@puiterwijk.org\",\"published\":\"2026-09-14T20:16:43.593\",\"lastModified\":\"2026-09-14T20:16:43.593\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"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).\"}],\"affected\":[{\"source\":\"patrick@puiterwijk.org\",\"affectedData\":[{\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://github.com/nm-l2tp/NetworkManager-l2tp\",\"packageName\":\"NetworkManager-l2tp\",\"versions\":[{\"version\":\"1.0.0\",\"lessThan\":\"1.0.16\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.2.0\",\"lessThan\":\"1.2.22\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.8.0\",\"lessThan\":\"1.8.10\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.20.0\",\"lessThan\":\"1.20.24\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"1.52.0\",\"lessThan\":\"1.52.4\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Fedora\",\"product\":\"Fedora\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp\",\"packageName\":\"NetworkManager-l2tp\",\"versions\":[{\"version\":\"1.52.0\",\"lessThan\":\"1.52.4\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Fedora\",\"product\":\"Extra Packages for Enterprise Linux (EPEL)\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp\",\"packageName\":\"NetworkManager-l2tp\",\"versions\":[{\"version\":\"1.20.0\",\"lessThan\":\"1.20.24\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"patrick@puiterwijk.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-09-14T19:43:22.928124Z\",\"id\":\"CVE-2026-19624\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"patrick@puiterwijk.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-88\"}]}],\"references\":[{\"url\":\"https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp\",\"source\":\"patrick@puiterwijk.org\"},{\"url\":\"https://github.com/nm-l2tp/NetworkManager-l2tp/commit/3704d8c9d5e5f9ed1626a8ce7627a04247cea673\",\"source\":\"patrick@puiterwijk.org\"},{\"url\":\"https://github.com/nm-l2tp/NetworkManager-l2tp/commit/95b6b46f48a0c9eabc79272cd313f219110ef91c\",\"source\":\"patrick@puiterwijk.org\"},{\"url\":\"https://github.com/nm-l2tp/NetworkManager-l2tp/releases\",\"source\":\"patrick@puiterwijk.org\"},{\"url\":\"https://linnemanlabs.com/posts/nm-l2tp-newline-to-root/\",\"source\":\"patrick@puiterwijk.org\"}]}}",
    "redhat_vex": {
      "current_release_date": "2026-09-14T19:13:58+00:00",
      "cve": "CVE-2026-19624",
      "id": "CVE-2026-19624",
      "initial_release_date": "2026-08-12T00:00:00+00:00",
      "product_status:known_not_affected": "1",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "NetworkManager-l2tp: NetworkManager-l2tp: local privilege escalation via ipsec.conf injection",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-19624.json",
      "version": "3"
    },
    "vulnrichment": {
      "containers": "{\"cna\": {\"title\": \"NetworkManager-l2tp: local privilege escalation via ipsec.conf injection\", \"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).\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-88\", \"description\": \"Improper Control of an Argument of a Program Call (\u0027Argument Injection\u0027)\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}}], \"affected\": [{\"packageName\": \"NetworkManager-l2tp\", \"collectionURL\": \"https://github.com/nm-l2tp/NetworkManager-l2tp\", \"defaultStatus\": \"unaffected\", \"versions\": [{\"version\": \"1.0.0\", \"lessThan\": \"1.0.16\", \"versionType\": \"semver\", \"status\": \"affected\"}, {\"version\": \"1.2.0\", \"lessThan\": \"1.2.22\", \"versionType\": \"semver\", \"status\": \"affected\"}, {\"version\": \"1.8.0\", \"lessThan\": \"1.8.10\", \"versionType\": \"semver\", \"status\": \"affected\"}, {\"version\": \"1.20.0\", \"lessThan\": \"1.20.24\", \"versionType\": \"semver\", \"status\": \"affected\"}, {\"version\": \"1.52.0\", \"lessThan\": \"1.52.4\", \"versionType\": \"semver\", \"status\": \"affected\"}]}, {\"vendor\": \"Fedora\", \"product\": \"Fedora\", \"packageName\": \"NetworkManager-l2tp\", \"collectionURL\": \"https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp\", \"defaultStatus\": \"unaffected\", \"versions\": [{\"version\": \"1.52.0\", \"lessThan\": \"1.52.4\", \"versionType\": \"semver\", \"status\": \"affected\"}]}, {\"vendor\": \"Fedora\", \"product\": \"Extra Packages for Enterprise Linux (EPEL)\", \"packageName\": \"NetworkManager-l2tp\", \"collectionURL\": \"https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp\", \"defaultStatus\": \"unaffected\", \"versions\": [{\"version\": \"1.20.0\", \"lessThan\": \"1.20.24\", \"versionType\": \"semver\", \"status\": \"affected\"}]}], \"references\": [{\"url\": \"https://github.com/nm-l2tp/NetworkManager-l2tp/commit/95b6b46f48a0c9eabc79272cd313f219110ef91c\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/nm-l2tp/NetworkManager-l2tp/commit/3704d8c9d5e5f9ed1626a8ce7627a04247cea673\", \"tags\": [\"patch\"]}, {\"url\": \"https://github.com/nm-l2tp/NetworkManager-l2tp/releases\", \"tags\": [\"release-notes\"]}, {\"url\": \"https://bodhi.fedoraproject.org/updates/?packages=NetworkManager-l2tp\", \"tags\": [\"vendor-advisory\"]}, {\"url\": \"https://linnemanlabs.com/posts/nm-l2tp-newline-to-root/\", \"tags\": [\"third-party-advisory\"]}], \"credits\": [{\"lang\": \"en\", \"value\": \"Keith Linneman (Linneman Labs)\"}], \"datePublic\": \"2026-09-03T00:00:00.000Z\", \"providerMetadata\": {\"orgId\": \"92fb86c3-55a5-4fb5-9c3f-4757b9e96dc5\", \"shortName\": \"fedora\", \"dateUpdated\": \"2026-09-14T19:19:43.736Z\"}, \"x_generator\": {\"engine\": \"cvelib 1.8.0\"}}, \"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2026-19624\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-09-14T19:43:22.928124Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-09-14T19:43:28.438Z\"}}]}",
      "cveMetadata": "{\"cveId\": \"CVE-2026-19624\", \"assignerOrgId\": \"92fb86c3-55a5-4fb5-9c3f-4757b9e96dc5\", \"state\": \"PUBLISHED\", \"assignerShortName\": \"fedora\", \"dateReserved\": \"2026-08-12T14:50:47.790Z\", \"datePublished\": \"2026-09-14T19:19:43.736Z\", \"dateUpdated\": \"2026-09-14T19:43:32.531Z\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

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…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…