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

CVE-2026-72028 (GCVE-0-2026-72028)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:51 – Updated: 2026-08-17 05:06
VLAI
Title
riscv: probes: save original sp in rethook trampoline
Summary
In the Linux kernel, the following vulnerability has been resolved: riscv: probes: save original sp in rethook trampoline Reading a word from the stack in a kretprobe crashes a risc-v kernel. $ cd /sys/kernel/tracing/ $ echo 'r n_tty_write $stack0' > dynamic_events $ echo 1 > events/kprobes/enable Unable to handle kernel paging request at virtual address 0000000200000128 ... [<ffffffff80016d16>] regs_get_kernel_stack_nth+0x26/0x38 [<ffffffff80177196>] process_fetch_insn+0x3ee/0x760 [<ffffffff80177836>] kretprobe_trace_func+0x116/0x1f0 [<ffffffff8017795a>] kretprobe_dispatcher+0x4a/0x58 [<ffffffff8013572e>] kretprobe_rethook_handler+0x5e/0x90 [<ffffffff80180838>] rethook_trampoline_handler+0x70/0x108 [<ffffffff8001ba32>] arch_rethook_trampoline_callback+0x12/0x1c [<ffffffff8001ba84>] arch_rethook_trampoline+0x48/0x94 [<ffffffff8067872a>] tty_write+0x1a/0x30 In regs_get_kernel_stack_nth, regs->sp contains an arbitrary value. arch_rethook_trampoline saves the registers from the probed function in a struct pt_regs. sp is not saved. Instead, sp is decremented for arch_rethook_trampoline's local stack. Fix this crash and save the original sp along with the other registers. Use a0 as a temporary register, it is overwritten anyway. [pjw@kernel.org: added Fixes tag; cc'ed stable]
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: c22b0bcb1dd024cb9caad9230e3a387d8b061df5 , < 5da5cf48a432e30ded8d58087854e5383a36eff1 (git)
Affected: c22b0bcb1dd024cb9caad9230e3a387d8b061df5 , < c386e1c591d72eab58ee2e69105c8cbc70928857 (git)
Affected: c22b0bcb1dd024cb9caad9230e3a387d8b061df5 , < 2faf0198168d2017cb528a79f76c560fda3b6e94 (git)
Affected: c22b0bcb1dd024cb9caad9230e3a387d8b061df5 , < 91b4d76dd07f1a1f20f73dfebb42ba04ac911a56 (git)
Affected: c22b0bcb1dd024cb9caad9230e3a387d8b061df5 , < bc7b086a45521a986a49045907f017e3e46c763e (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.12
Unaffected: 0 , < 5.12 (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "arch/riscv/kernel/probes/rethook_trampoline.S"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5da5cf48a432e30ded8d58087854e5383a36eff1",
              "status": "affected",
              "version": "c22b0bcb1dd024cb9caad9230e3a387d8b061df5",
              "versionType": "git"
            },
            {
              "lessThan": "c386e1c591d72eab58ee2e69105c8cbc70928857",
              "status": "affected",
              "version": "c22b0bcb1dd024cb9caad9230e3a387d8b061df5",
              "versionType": "git"
            },
            {
              "lessThan": "2faf0198168d2017cb528a79f76c560fda3b6e94",
              "status": "affected",
              "version": "c22b0bcb1dd024cb9caad9230e3a387d8b061df5",
              "versionType": "git"
            },
            {
              "lessThan": "91b4d76dd07f1a1f20f73dfebb42ba04ac911a56",
              "status": "affected",
              "version": "c22b0bcb1dd024cb9caad9230e3a387d8b061df5",
              "versionType": "git"
            },
            {
              "lessThan": "bc7b086a45521a986a49045907f017e3e46c763e",
              "status": "affected",
              "version": "c22b0bcb1dd024cb9caad9230e3a387d8b061df5",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "arch/riscv/kernel/probes/rethook_trampoline.S"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.12"
            },
            {
              "lessThan": "5.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nriscv: probes: save original sp in rethook trampoline\n\nReading a word from the stack in a kretprobe crashes a risc-v kernel.\n\n$ cd /sys/kernel/tracing/\n$ echo \u0027r n_tty_write $stack0\u0027 \u003e dynamic_events\n$ echo 1 \u003e events/kprobes/enable\nUnable to handle kernel paging request at virtual address 0000000200000128\n...\n[\u003cffffffff80016d16\u003e] regs_get_kernel_stack_nth+0x26/0x38\n[\u003cffffffff80177196\u003e] process_fetch_insn+0x3ee/0x760\n[\u003cffffffff80177836\u003e] kretprobe_trace_func+0x116/0x1f0\n[\u003cffffffff8017795a\u003e] kretprobe_dispatcher+0x4a/0x58\n[\u003cffffffff8013572e\u003e] kretprobe_rethook_handler+0x5e/0x90\n[\u003cffffffff80180838\u003e] rethook_trampoline_handler+0x70/0x108\n[\u003cffffffff8001ba32\u003e] arch_rethook_trampoline_callback+0x12/0x1c\n[\u003cffffffff8001ba84\u003e] arch_rethook_trampoline+0x48/0x94\n[\u003cffffffff8067872a\u003e] tty_write+0x1a/0x30\n\nIn regs_get_kernel_stack_nth, regs-\u003esp contains an arbitrary value.\n\narch_rethook_trampoline saves the registers from the probed function in a\nstruct pt_regs. sp is not saved. Instead, sp is decremented for\narch_rethook_trampoline\u0027s local stack.\n\nFix this crash and save the original sp along with the other registers.\nUse a0 as a temporary register, it is overwritten anyway.\n\n[pjw@kernel.org: added Fixes tag; cc\u0027ed stable]"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:06:52.840Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5da5cf48a432e30ded8d58087854e5383a36eff1"
        },
        {
          "url": "https://git.kernel.org/stable/c/c386e1c591d72eab58ee2e69105c8cbc70928857"
        },
        {
          "url": "https://git.kernel.org/stable/c/2faf0198168d2017cb528a79f76c560fda3b6e94"
        },
        {
          "url": "https://git.kernel.org/stable/c/91b4d76dd07f1a1f20f73dfebb42ba04ac911a56"
        },
        {
          "url": "https://git.kernel.org/stable/c/bc7b086a45521a986a49045907f017e3e46c763e"
        }
      ],
      "title": "riscv: probes: save original sp in rethook trampoline",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-72028",
    "datePublished": "2026-08-15T05:51:51.868Z",
    "dateReserved": "2026-08-09T03:40:39.901Z",
    "dateUpdated": "2026-08-17T05:06:52.840Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-72028",
      "date": "2026-09-04",
      "epss": "0.002",
      "percentile": "0.09868"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-72028\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:21:01.953\",\"lastModified\":\"2026-08-17T06:18:00.533\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nriscv: probes: save original sp in rethook trampoline\\n\\nReading a word from the stack in a kretprobe crashes a risc-v kernel.\\n\\n$ cd /sys/kernel/tracing/\\n$ echo \u0027r n_tty_write $stack0\u0027 \u003e dynamic_events\\n$ echo 1 \u003e events/kprobes/enable\\nUnable to handle kernel paging request at virtual address 0000000200000128\\n...\\n[\u003cffffffff80016d16\u003e] regs_get_kernel_stack_nth+0x26/0x38\\n[\u003cffffffff80177196\u003e] process_fetch_insn+0x3ee/0x760\\n[\u003cffffffff80177836\u003e] kretprobe_trace_func+0x116/0x1f0\\n[\u003cffffffff8017795a\u003e] kretprobe_dispatcher+0x4a/0x58\\n[\u003cffffffff8013572e\u003e] kretprobe_rethook_handler+0x5e/0x90\\n[\u003cffffffff80180838\u003e] rethook_trampoline_handler+0x70/0x108\\n[\u003cffffffff8001ba32\u003e] arch_rethook_trampoline_callback+0x12/0x1c\\n[\u003cffffffff8001ba84\u003e] arch_rethook_trampoline+0x48/0x94\\n[\u003cffffffff8067872a\u003e] tty_write+0x1a/0x30\\n\\nIn regs_get_kernel_stack_nth, regs-\u003esp contains an arbitrary value.\\n\\narch_rethook_trampoline saves the registers from the probed function in a\\nstruct pt_regs. sp is not saved. Instead, sp is decremented for\\narch_rethook_trampoline\u0027s local stack.\\n\\nFix this crash and save the original sp along with the other registers.\\nUse a0 as a temporary register, it is overwritten anyway.\\n\\n[pjw@kernel.org: added Fixes tag; cc\u0027ed stable]\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"arch/riscv/kernel/probes/rethook_trampoline.S\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"c22b0bcb1dd024cb9caad9230e3a387d8b061df5\",\"lessThan\":\"5da5cf48a432e30ded8d58087854e5383a36eff1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c22b0bcb1dd024cb9caad9230e3a387d8b061df5\",\"lessThan\":\"c386e1c591d72eab58ee2e69105c8cbc70928857\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c22b0bcb1dd024cb9caad9230e3a387d8b061df5\",\"lessThan\":\"2faf0198168d2017cb528a79f76c560fda3b6e94\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c22b0bcb1dd024cb9caad9230e3a387d8b061df5\",\"lessThan\":\"91b4d76dd07f1a1f20f73dfebb42ba04ac911a56\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"c22b0bcb1dd024cb9caad9230e3a387d8b061df5\",\"lessThan\":\"bc7b086a45521a986a49045907f017e3e46c763e\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"arch/riscv/kernel/probes/rethook_trampoline.S\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.12\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/2faf0198168d2017cb528a79f76c560fda3b6e94\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5da5cf48a432e30ded8d58087854e5383a36eff1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/91b4d76dd07f1a1f20f73dfebb42ba04ac911a56\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bc7b086a45521a986a49045907f017e3e46c763e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c386e1c591d72eab58ee2e69105c8cbc70928857\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-17T17:48:01+00:00",
      "cve": "CVE-2026-72028",
      "id": "CVE-2026-72028",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_not_affected": "274",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: riscv: probes: save original sp in rethook trampoline",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-72028.json",
      "version": "3"
    }
  }
}



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…