source: postlfs/security/vulnerabilities.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 4.1 KB
RevLine 
[6ed5123]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="vulnerabilities" xreflabel="vulnerabilities">
9 <?dbhtml filename="vulnerabilities.html"?>
10
11 <sect1info>
12 <date>$Date$</date>
13 </sect1info>
14
15 <title>Vulnerabilities</title>
16
17 <!-- section g : 'Others' in longindex.html -->
18 <indexterm zone="vulnerabilities">
19 <primary sortas="g-vulnerabilities">vulnerability links</primary>
20 </indexterm>
21
22 <sect2 role="package">
23 <title>About vulnerabilities</title>
24
[47274444]25 <para>
26 All software has bugs. Sometimes, a bug can be exploited, for example to
27 allow users to gain enhanced privileges (perhaps gaining a root shell,
28 or simply accessing or deleting other user&apos;s files), or to allow a
29 remote site to crash an application (denial of service), or for theft of
30 data. These bugs are labelled as vulnerabilities.
[6ed5123]31 </para>
32
[47274444]33 <para>
34 The main place where vulnerabilities get logged is
35 <ulink url="http://cve.mitre.org">cve.mitre.org</ulink>. Unfortunately,
36 many vulnerability numbers (CVE-yyyy-nnnn) are initially only labelled
37 as "reserved" when distributions start issuing fixes. Also, some
38 vulnerabilities apply to particular combinations of
39 <command>configure</command> options, or only apply to old versions of
40 packages which have long since been updated in BLFS.
41 </para>
42
43 <para>
44 BLFS differs from distributions&mdash;there is no BLFS security team, and
45 the editors only become aware of vulnerabilities after they are public
46 knowledge. Sometimes, a package with a vulnerability will not be updated
47 in the book for a long time. Issues can be logged in the Trac system,
48 which might speed up resolution.
49 </para>
50
51 <para>
52 The normal way for BLFS to fix a vulnerability is, ideally, to update
53 the book to a new fixed release of the package. Sometimes that happens
54 even before the vulnerability is public knowledge, so there is no
55 guarantee that it will be shown as a vulnerability fix in the Changelog.
56 Alternatively, a <command>sed</command> command, or a patch taken from
57 a distribution, may be appropriate.
58 </para>
59
60 <para>
61 The bottom line is that you are responsible for your own security, and
62 for assessing the potential impact of any problems.
63 </para>
64
65 <para>
66 To keep track of what is being discovered, you may wish to follow the
67 security announcements of one or more distributions. For example, Debian
68 has <ulink url="http://www.debian.org/security">Debian security</ulink>.
69 Fedora's links on security are at <ulink
70 url="http://fedoraproject.org/wiki/Security">the Fedora wiki</ulink>.
71 Details of Gentoo linux security announcements are discussed at
72 <ulink url="https://security.gentoo.org">Gentoo security</ulink>.
73 Finally, the Slackware archives of security announcements are at
74 <ulink url="http://slackware.com/security">Slackware security</ulink>.
75 </para>
76
77 <para>
78 The most general English source is perhaps
79 <ulink url="http://seclists.org/fulldisclosure">the Full Disclosure
80 Mailing List</ulink>, but please read the comment on that page. If you
81 use other languages you may prefer other sites such as <ulink
82 url="http://www.heise.de/security">heise.de</ulink> (German) or <ulink
83 url="http://www.cert.hr">cert.hr</ulink> (Croatian). These are not
84 linux-specific. There is also a daily update at lwn.net for subscribers
85 (free access to the data after 2 weeks, but their vulnerabilities
86 database at <ulink
87 url="http://lwn.net/Vulnerabilities/">lwn.net/Vulnerabilities</ulink>
88 is unrestricted).
89 </para>
90
91 <para>
92 For some packages, subscribing to their &apos;announce&apos; lists
93 will provide prompt news of newer versions.
94 </para>
[6ed5123]95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/vulnerabilities"/></para>
98
99 </sect2>
100
101</sect1>
Note: See TracBrowser for help on using the repository browser.