Systemd-coredump: CVE-2022-4415: local information leak
1–10 of 52 posts
Re: Systemd-coredump: CVE-2022-4415: local information leak
#2Re: Systemd-coredump: CVE-2022-4415: local information leak
#3But anyone who is hosting shellboxes (including "bastion" hosts in ISO27001 environments): this is pretty serious.
Re: Systemd-coredump: CVE-2022-4415: local information leak
#4Do some distributions use systemd-coredump by default? I not just learned about systemd-coredump and I'm wondering if it could be actually useful for develoment purposes; apport doesn't seem to be.
Re: Systemd-coredump: CVE-2022-4415: local information leak
#5I wonder if it would be generally better for su/PAM to mark this data as non-dumpable (MADV_DONTDUMP), just for defence in depth. You could also imagine coredumps being uploaded in bug reports, unintentionally revealing sensitive data.
Re: Systemd-coredump: CVE-2022-4415: local information leak
#6Quite disappointing someone would enable that kernel option without fully considering the ramifications :/. Do some distributions use systemd-coredump by default? I not just learned about systemd-coredump and I'm wondering if it could be actually useful for develoment purposes; apport doesn't seem to be.
Re: Systemd-coredump: CVE-2022-4415: local information leak
#7The normal way I use machines these days is that anyone with login access has some ability to become root. But anyone who is hosting shellboxes (including "bastion" hosts in ISO27001 environments): this is pretty serious.
Re: Systemd-coredump: CVE-2022-4415: local information leak
#8The normal way I use machines these days is that anyone with login access has some ability to become root. But anyone who is hosting shellboxes (including "bastion" hosts in ISO27001 environments): this is pretty serious.
That is good, but you don't necessarily need login access to exploit this. You could exploit it via an RCE vulnerability in some other program, like the HTTP server or NTP client.
Re: Systemd-coredump: CVE-2022-4415: local information leak
#9Re: Systemd-coredump: CVE-2022-4415: local information leak
#10I'm quite happy to enable/disable core dumps in the shell. Make Linux great again!