Sie sind hier
E-Book

Sicherheit in vernetzten Systemen

26. DFN-Konferenz

VerlagBooks on Demand
Erscheinungsjahr2019
Seitenanzahl188 Seiten
ISBN9783748143833
FormatePUB
KopierschutzWasserzeichen
GerätePC/MAC/eReader/Tablet
Preis27,99 EUR
Im Namen der DFN-CERT Services GmbH und des Programm-Komitees präsentieren wir Ihnen den Konferenzband zur 26. DFN-Konferenz "Sicherheit in vernetzten Systemen" in Hamburg. Seit 1994 jährlich stattfindend, hat er sich mit seiner betont technischen und wissenschaftlichen Ausrichtung als eine der größten deutschen Sicherheitstagungen etabliert. In diesem Band finden Sie die Langfassungen der ausgewählten Beiträge bzw. der Redner auf der Tagung. Die Beiträge befassen sich u.a. mit den Themen Risikomanagement, Sensibilisierung, sicheres Identity-Management und Angriffe auf Gebäudeautomatisierungen.

Kaufen Sie hier:

Horizontale Tabs

Leseprobe

VESPER — a tool for managing Vulnerabilities
and Exploits in Software with Portscan-Endorsed
Results

Tanja Hanauer Wolfgang Hommel
Tanja.Hanauer@lrz.de Wolfgang.Hommel@unibw.de

Christoph Wuestner
Christoph.Wuestner@lrz.de

Abstract

An important aspect of organization-wide vulnerability management (VulnMgmt) are automated notifications for system administrators and the security team about identified known and exploitable vulnerabilities in installed software. However, false positives can significantly diminish the reliability and therefore usefulness of corresponding VulnMgmt tools. We present VESPER, which is our approach to report only confirmed true positives by correlating identified potential vulnerabilities based on selected internal and external data sources. We evaluated an implementation of our approach in a higher education data center, which operates a large number of virtual machines for providing its services as well as a cloud environment used by several hundred researchers, and compared our results with those delivered by popular VulnMgmt tools including Nessus and OpenVAS. We report on our preliminary, quite encouraging results, which contribute to making VulnMgmt much more manageable, reduce the workload of the involved system administrators, and improve the acceptance factor of such security tools in operations teams.

1 Motivation

Software can suffer from security vulnerabilities throughout its whole lifecycle: Neglected requirements, design flaws, implementation mistakes, misconfiguration, and careless administration or use may all lead to situations in which an attacker can exploit a vulnerability to his advantage. However, in practice, many attacks still simply exploit outdated software installations: A vulnerability has been identified and made public, and the software vendor already provides a software update (i. e., security patch), but an organization or individual using this software may not yet have installed this update.

In an ideal world, the rigorous use of trustworthy and reliable automated software update mechanisms would solve this problem. Advances over the last decade, especially for desktop operating systems and mobile devices with their default settings and app store concepts, have shown that a large amount of devices can indeed by protected by such a relatively simple technical security measure. However, software installed on server-based systems still suffers from a lack of automated updates, mostly for either of the following two reasons:

  1. Professional system administrators are often wary of automated updates as they may disrupt the productive service operation, e. g., due to unwanted configuration modifications or other changes that are not backwards-compatible.
  2. Users, especially those renting servers at a hosting company or a virtual machine at a cloud provider, often manually install the most recent version of a software package they want to use if that version is not available through the operation system mechanisms or the web-based management front-end provided to them. However, unless this specific software package includes auto-update mechanisms itself, the automated updates provided by the operating systems mechanisms or the service provider do not cover such manually installed software, while at the same time the users often neglect to manually update the software.

As a consequence, Vulnerability Management (VulnMgmt) has been established as a discipline with the purpose of preventing attackers from exploiting known, and eventually even yet unknown, vulnerabilities. It is typically implemented as a process, i. e., the core activities of identifying, classifying, and either remediating or at least mitigating vulnerabilities are performed on a regular basis [For09]. Given the number of software packages deployed and their vulnerabilities on a long-term and organization-wide scale, VulnMgmt can only be performed efficiently when at least parts of the process are automated through the use of tools [SMH16]. Such tools typically cover the following three aspects:

  1. Acquire information about vulnerabilities: This usually combines passive and active activities, such as harvesting databases of known vulnerabilities, mailing lists, and vendor newsletters on the one hand, and performing penetration tests on one's own infrastructure on the other hand.
  2. Map vulnerabilities to assets: Affected own systems must be determined, and risk management must be supported by analyzing the probability and impact of attacks, as well as by prioritizing the identified vulnerabilities.
  3. Support targeted action: System administrators must receive actionable advice for fixing the found vulnerabilities or at least mitigating their exploitability. For example, configuration workarounds or software updates may be recommended, the progress of implementation has to be tracked, and afterwards the effectiveness of changes must be tested.

Numerous commercial and free software tools offer VulnMgmt functionality and, meanwhile, address anything from single technical aspects up to the whole VulnMgmt process. However, most of the previously existing tools have in common that they handle vulnerabilities in a generic way, i. e., they are not specific for a specific environment or certain software package installations. For their use in practice, this often means that they do not only report true positive results, i. e., only systems that are in fact affected by a vulnerability, but there are also false positive results, which means that a system is claimed to be vulnerable although, in reality, it is not, e. g., due to additional configuration measures that have been taken to prevent a known vulnerability from being exploited.

False positive results have a significant impact on the practical use of VulnMgmt tools: The recipients of VulnMgmt reports, for example system administrators and security team members, get used to the fact that the tool sometimes delivers wrong information and requests actions that are not necessary. During long-term use, they start to ignore more and more reports and finally lose confidence in the usefulness and purpose of the VulnMgmt tool. Similar reactions can be witnessed with false positives in intrusion detection systems (IDS) and security information & event management (SIEM) systems, leading to boy-who-cried-wolf-scenarios in which important alerts are completely ignored because everyone involved assumes that it is just yet another false positive. Various vendors like Advanced Threat Analytics, ESG, or Swimlane also describe the challenge of too many alerts.2

In this paper, we discuss VESPER – Vulnerabilities and Exploits in Software with Portscan-Endorsed Results, our technical approach to identify vulnerabilities in one's own infrastructure, which goes at length to minimize the amount of false positives in its output. Focusing on the true positives was indeed its primary design goal, even though it comes with the cost of having to perform certain steps manually as we detail below. This paper is structured as follows: First, Section 2 analyzes the current state of the art in vulnerability management and related work. In Section 3, we explain the core principles of VESPER and discuss its limitations. Section 4 then outlines the exemplary application of VESPER in a higher education institution data center for a typical use case and compares the achieved results with two other popular VulnMgmt tools. Finally, Section 5 concludes with a summary and an outlook to our ongoing work.

2 The State of the Art in Vulnerability Management
and Related Work

The basic assumption behind any type of VulnMgmt is that the managed vulnerabilities become either publicly known or suitable information is made available through some other channels. We focus our work on the former ones, which, regardless of whether they have been made public through responsible disclosure, full disclosure, or reverse engineering of attacker tools found during security incident investigations, are accessible through public sources. However, the same approach and also our tool may optionally make use of non-public vulnerability information, e. g., regarding software that has specifically been developed for a single customer.

Since more than a decade, the Common Vulnerabilities and Exposures (CVE) database is the de-facto global standard for documenting the core information about each vulnerability. Entries are checked for duplicates and fake reports, assigned a unique identifier (called CVE-ID), and typically include a short description of the identified issue along with links to external, more detailed descriptions. The National Vulnerability Database (NVD) enriches the information provided in the CVE, for example, by also storing each vulnerability's base score according to the Common Vulnerability Scoring System (CVSS); NVD is performing this duty so reliable that other approaches, such as the Open Source Vulnerability Database (OSVDB), have meanwhile shut down.

CVSS, available in version 3 since 2015 but still also used in version 2, is a simple to use scoring system for vulnerabilities: It provides a questionnaire in which answers can be selected for a fixed number of questions, resulting in a score between 0.0 (no severity) and 10.0 (critical severity). The CVSS base score, which is often published, can then be refined by the temporal score and the environmental score, which take...

Blick ins Buch

Weitere E-Books zum Thema: Sicherheit - IT Security

Digitale Fernsehtechnik in Theorie und Praxis

E-Book Digitale Fernsehtechnik in Theorie und Praxis
MPEG-Basiscodierung, DVB-, DAB-, ATSC-Übertragungstechnik, Messtechnik Format: PDF

Digitale Fernsehtechnik in Theorie und Praxis behandelt alle aktuellen digitalen TV-, Rundfunk- bzw. Multimedia-Standards wie MPEG, DVB, DAB, ATSC, T-DMB und ISDB-T. Das Buch setzt sich so praxisnah…

Digitale Fernsehtechnik in Theorie und Praxis

E-Book Digitale Fernsehtechnik in Theorie und Praxis
MPEG-Basiscodierung, DVB-, DAB-, ATSC-Übertragungstechnik, Messtechnik Format: PDF

Digitale Fernsehtechnik in Theorie und Praxis behandelt alle aktuellen digitalen TV-, Rundfunk- bzw. Multimedia-Standards wie MPEG, DVB, DAB, ATSC, T-DMB und ISDB-T. Das Buch setzt sich so praxisnah…

Digitale Fernsehtechnik in Theorie und Praxis

E-Book Digitale Fernsehtechnik in Theorie und Praxis
MPEG-Basiscodierung, DVB-, DAB-, ATSC-Übertragungstechnik, Messtechnik Format: PDF

Digitale Fernsehtechnik in Theorie und Praxis behandelt alle aktuellen digitalen TV-, Rundfunk- bzw. Multimedia-Standards wie MPEG, DVB, DAB, ATSC, T-DMB und ISDB-T. Das Buch setzt sich so praxisnah…

Digitale Fernsehtechnik in Theorie und Praxis

E-Book Digitale Fernsehtechnik in Theorie und Praxis
MPEG-Basiscodierung, DVB-, DAB-, ATSC-Übertragungstechnik, Messtechnik Format: PDF

Digitale Fernsehtechnik in Theorie und Praxis behandelt alle aktuellen digitalen TV-, Rundfunk- bzw. Multimedia-Standards wie MPEG, DVB, DAB, ATSC, T-DMB und ISDB-T. Das Buch setzt sich so praxisnah…

Sichere Netzwerkkommunikation

E-Book Sichere Netzwerkkommunikation
Grundlagen, Protokolle und Architekturen Format: PDF

Netzwerke werden in allen Bereichen der IT eingesetzt, und es gibt zahlreiche Technologien zur sicheren Netzwerkkommunikation. Doch welche der verfügbaren Techniken lassen sich kombinieren und in der…

Sichere Netzwerkkommunikation

E-Book Sichere Netzwerkkommunikation
Grundlagen, Protokolle und Architekturen Format: PDF

Netzwerke werden in allen Bereichen der IT eingesetzt, und es gibt zahlreiche Technologien zur sicheren Netzwerkkommunikation. Doch welche der verfügbaren Techniken lassen sich kombinieren und in der…

Sichere Netzwerkkommunikation

E-Book Sichere Netzwerkkommunikation
Grundlagen, Protokolle und Architekturen Format: PDF

Netzwerke werden in allen Bereichen der IT eingesetzt, und es gibt zahlreiche Technologien zur sicheren Netzwerkkommunikation. Doch welche der verfügbaren Techniken lassen sich kombinieren und in der…

Sichere Netzwerkkommunikation

E-Book Sichere Netzwerkkommunikation
Grundlagen, Protokolle und Architekturen Format: PDF

Netzwerke werden in allen Bereichen der IT eingesetzt, und es gibt zahlreiche Technologien zur sicheren Netzwerkkommunikation. Doch welche der verfügbaren Techniken lassen sich kombinieren und in der…

Security@Work

E-Book Security@Work
Pragmatische Konzeption und Implementierung von IT-Sicherheit mit Lösungsbeispielen auf Open-Source-Basis Format: PDF

Die Autoren erläutern die konzeptionellen und technischen Grundlagen des Themas IT-Sicherheit anhand anschaulicher Beispiele. Im Fokus stehen dabei die praktische Verwendbarkeit realitätsnaher…

Security@Work

E-Book Security@Work
Pragmatische Konzeption und Implementierung von IT-Sicherheit mit Lösungsbeispielen auf Open-Source-Basis Format: PDF

Die Autoren erläutern die konzeptionellen und technischen Grundlagen des Themas IT-Sicherheit anhand anschaulicher Beispiele. Im Fokus stehen dabei die praktische Verwendbarkeit realitätsnaher…

Weitere Zeitschriften

Menschen. Inklusiv leben

Menschen. Inklusiv leben

MENSCHEN. das magazin informiert über Themen, die das Zusammenleben von Menschen in der Gesellschaft bestimmen -und dies konsequent aus Perspektive der Betroffenen. Die Menschen, um die es geht, ...

arznei-telegramm

arznei-telegramm

Das arznei-telegramm® informiert bereits im 53. Jahrgang Ärzte, Apotheker und andere Heilberufe über Nutzen und Risiken von Arzneimitteln. Das arznei-telegramm®  ist neutral und ...

Baumarkt

Baumarkt

Baumarkt enthält eine ausführliche jährliche Konjunkturanalyse des deutschen Baumarktes und stellt die wichtigsten Ergebnisse des abgelaufenen Baujahres in vielen Zahlen und Fakten zusammen. Auf ...

bank und markt

bank und markt

Zeitschrift für Banking - die führende Fachzeitschrift für den Markt und Wettbewerb der Finanzdienstleister, erscheint seit 1972 monatlich. Leitthemen Absatz und Akquise im Multichannel ...

cards Karten cartes

cards Karten cartes

Die führende Zeitschrift für Zahlungsverkehr und Payments – international und branchenübergreifend, erscheint seit 1990 monatlich (viermal als Fachmagazin, achtmal als ...

küche + raum

küche + raum

Internationale Fachzeitschrift für Küchenforschung und Küchenplanung. Mit Fachinformationen für Küchenfachhändler, -spezialisten und -planer in Küchenstudios, Möbelfachgeschäften und den ...

DER PRAKTIKER

DER PRAKTIKER

Technische Fachzeitschrift aus der Praxis für die Praxis in allen Bereichen des Handwerks und der Industrie. “der praktiker“ ist die Fachzeitschrift für alle Bereiche der fügetechnischen ...

ea evangelische aspekte

ea evangelische aspekte

evangelische Beiträge zum Leben in Kirche und Gesellschaft Die Evangelische Akademikerschaft in Deutschland ist Herausgeberin der Zeitschrift evangelische aspekte Sie erscheint viermal im Jahr. In ...