Bugzilla – Full Text Bug Listing |
Summary: | VUL-0: CVE-2019-3694: munin: LPE from munin to root | ||
---|---|---|---|
Product: | [Novell Products] SUSE Security Incidents | Reporter: | Johannes Segitz <jsegitz> |
Component: | Audits | Assignee: | Bernhard Wiedemann <bwiedemann> |
Status: | NEW --- | QA Contact: | Security Team bot <security-team> |
Severity: | Normal | ||
Priority: | P3 - Medium | CC: | bwiedemann, jsegitz, meissner, wolfgang |
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://smash.suse.de/issue/245791/ | ||
Whiteboard: | |||
Found By: | --- | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Bug Depends on: | |||
Bug Blocks: | 1154062 |
Description
Johannes Segitz
2019-10-25 09:16:45 UTC
Please use CVE-2019-3694 to track this. We can make this bug public at any time. similar issues in %post node 256 %post node 257 if [ $1 = 1 ]; then 258 /usr/sbin/munin-node-configure --shell | sh 259 fi 260 chown -R munin:munin %{dbdir} 261 chmod 755 %{dbdir} 262 touch %{logdir}/munin-node.log 263 chown munin:munin %{logdir}/* 264 chown root:root %{logdir}/munin-node.log* 265 chown -R nobody:nobody %{dbdir}/plugin-state/* >/dev/null 2>&1 can you please have look? We want to make these issue public in the near future. Thank you Please submit for this ping, please have a look Do you have hints what the correct solution is? (In reply to Wolfgang Rosenauer from comment #6) So the easiest solution would be to remove this snippets and have rpm create the files with proper permissions. For the log files that might be tricky since you don't want to overwrite them upon update. Doesn't munin create them if they're missing? If not you can use runuser to touch them as munin directly, that's safe Can you please submit for this? Feel free to reach out if you have questions. This has been open for a really long time. Can you please work on this? Otherwise I'll file a drop request next week There are new maintainers. @Wolfgang: Do you want to reassign this bug to them? |