|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2017-7874: systemd: udevd: does not properly verify the source of a Netlink message | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | Mikhail Kasimov <mikhail.kasimov> |
| Component: | Incidents | Assignee: | systemd maintainers <systemd-maintainers> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | carnil, meissner |
| Version: | unspecified | ||
| Target Milestone: | unspecified | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | reproducer.c | ||
|
Description
Mikhail Kasimov
2017-04-15 18:49:03 UTC
Created attachment 721359 [details]
reproducer.c
QA REPRODUCER:
gcc -o reproducer reproducer.c
ps auxw|grep udevd
=> find out PID of UDEVD
./reproducer $UDEVPID
(I took the liberty to make it report errors ;) UDEVPID is 445 marcus$ ./xx 445 sendmsg: Operation not permitted marcus$ I had 2 CVEs from the same reporter retracted after them being insubstantial last week. I quickly checked udev in systemd 232, it checks sender UID for being 0. But a quick recheck might be in order still. we are sending to udevd, so not a kernel issue. systemd/udev in SLE12 * : not affected. udev 147 in SLE11 SP3 / SP4: not affected This was already fixed by bug 493158 I think. I filed for CVE rejection at Mitre. *** This bug has been marked as a duplicate of bug 493158 *** |