1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] About syslinux & libpng
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20About%20syslinux%20%26%20libpng&In-Reply-To=%3C201110041130.32520.bgmilne%40staff.telkomsa.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008613.html">
<LINK REL="Next" HREF="008620.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] About syslinux & libpng</H1>
<B>Buchan Milne</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20About%20syslinux%20%26%20libpng&In-Reply-To=%3C201110041130.32520.bgmilne%40staff.telkomsa.net%3E"
TITLE="[Mageia-dev] About syslinux & libpng">bgmilne at staff.telkomsa.net
</A><BR>
<I>Tue Oct 4 11:30:29 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="008613.html">[Mageia-dev] About syslinux & libpng
</A></li>
<LI>Next message: <A HREF="008620.html">[Mageia-dev] About syslinux & libpng
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8619">[ date ]</a>
<a href="thread.html#8619">[ thread ]</a>
<a href="subject.html#8619">[ subject ]</a>
<a href="author.html#8619">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Monday, 3 October 2011 15:58:36 Michael Scherer wrote:
><i> Except if I start to replace this by "here is a nice syslinux boot image
</I>><i> with a duck". And then my code is run by syslinux, just because someone
</I>><i> took my png picture.
</I>
And the same person could say, "Here is my cool plymouth splash screen, use my
initrd", and there are 1000 easier ways to exploit this (than trying to
generate a PNG image with exploit code that someone would like enough to use
syslinux).
<troll>
Maybe we need to adopt secure UEFI, and sign our kernels and initial ram disks
...
</troll>
><i> So no, bundling is not without causing trouble.
</I>><i>
</I>><i> > So if we take this road of removing bootloader's libs, shall we also
</I>><i> > remove the jpeg/gz/gcc/... libs too, and maybe for other bootloaders too
</I>><i> > ?
</I>><i> >
</I>><i> > I do understand the need for the application that runs under linux...
</I>><i> > but about the bootloaders...
</I>><i>
</I>><i> Unless I am wrong, a bootloader run on ring 0 or can even ( like xen )
</I>><i> be used to run the kernel in a specific separate memory space ( ie,
</I>><i> virtualisation ). This could open a whole new range of problem ( like
</I>><i> the Blue Pill concept code published 5 years ago by Joanna Rutkowska )
</I>><i>
</I>><i> So I think that bootloader requires more consideration than regular
</I>><i> application.
</I>><i>
</I>><i> > What's your thoughts about it ?
</I>><i> > Would you agree on keep syslinux untouched regarding the png lib ?
</I>><i>
</I>><i> For reasons explained before, I would rather disagree.
</I>
But, users foolish enough to be tricked into booting malicious code can't
really be helped.
I think it would be better if syslinux was compatible with current upstream
libpng, so, if:
1)There is an upstream bug filed regarding support for current libpng
2)We have a registry of software building statically or with internal copies
of libraries, and syslinux is added with a reference to the upstream bug
then I think it is reasonable to build syslinux with internal libpng. Unless
you are going to mitigate *all* other attack vectors based on 'here, boot my
random binaries on your system'.
Regards,
Buchan
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008613.html">[Mageia-dev] About syslinux & libpng
</A></li>
<LI>Next message: <A HREF="008620.html">[Mageia-dev] About syslinux & libpng
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8619">[ date ]</a>
<a href="thread.html#8619">[ thread ]</a>
<a href="subject.html#8619">[ subject ]</a>
<a href="author.html#8619">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|