diff options
Diffstat (limited to 'results/classifier/user-mode-bugs/1832916')
| -rw-r--r-- | results/classifier/user-mode-bugs/1832916 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/results/classifier/user-mode-bugs/1832916 b/results/classifier/user-mode-bugs/1832916 new file mode 100644 index 00000000..90574b23 --- /dev/null +++ b/results/classifier/user-mode-bugs/1832916 @@ -0,0 +1,7 @@ + + +linux-user does not check PROT_EXEC + +At no point do we actually verify that a page is PROT_EXEC before translating. All we end up verifying is that the page is readable. Not the same thing, obviously. + +The following test case should work for any architecture, though I've only validated it for x86_64 and aarch64. \ No newline at end of file |