Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

finished impl for CVE-2023-0386 #17

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CVE-2023-0386/cvex.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blueprint: ubuntu2204
ubuntu:
playbook: ubuntu.yml
command:
- "cd /usr/local/bin && ./exp"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It gives me this:

2024-11-20 12:33:22,381 - INFO - [ubuntu] Executing 'cd /usr/local/bin && ./exp'...
2024-11-20 12:33:22,474 - INFO - [ubuntu] [+] exploit success!

2024-11-20 12:33:22,474 - INFO - [ubuntu] exp: mkdir ./ovlcap: Permission denied
sh: 1: ./ovlcap/upper/file: not found

Why do we see "Permission denied" after "exploit success!"? Is it OK?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in my local test without ansible, it gives "exploit success!", followed by: sh: ... (waiting for prompt), i'll look into this

Binary file added CVE-2023-0386/data/exp
Binary file not shown.
Binary file added CVE-2023-0386/data/fuse
Binary file not shown.
Binary file added CVE-2023-0386/data/gc
Binary file not shown.
Loading