What Is a Security Advisory?
A security advisory documents a vulnerability with its severity, affected versions and patch. How an advisory is structured and how it comes to be.

Anyone who operates software knows the situation: a brief notice appears stating that a particular version is vulnerable, that a patch is available and that it should be applied urgently. Such notices are security advisories, and they are the central instrument through which vulnerabilities are communicated in a structured way across the IT world. Without them, no one would reliably know which flaw affects which software and what to do about it.
A security advisory is more than a warning. It is a standardized document that describes a specific vulnerability, classifies its severity and gives those affected a basis for action. For security researchers, vendors and IT managers, it is the shared language in which vulnerabilities are discussed.
What Exactly Is a Security Advisory?
A security advisory is an official publication that documents a security flaw in a product and makes it available to the public. The issuer can be the vendor itself, a government body such as the German BSI, a research team or a platform like GitHub. The goal is always the same: those affected should understand whether they are vulnerable, how serious the situation is and how to protect themselves.
The term is often used interchangeably with vulnerability report, but it is more precise. The vulnerability is the technical flaw; the advisory is the structured communication about it. This distinction matters, because a single vulnerability can appear in several advisories at once, for example with the vendor, in the national CERT database and in the central CVE registry.
What Information an Advisory Contains
Good advisories follow a recurring pattern so that readers can quickly find the information relevant to them. The following elements can be expected in nearly every reputable advisory:
- Unique identifier: A CVE number (Common Vulnerabilities and Exposures) identifies the vulnerability uniquely worldwide. Many organizations also assign their own internal ID.
- Affected products and versions: A precise statement of which versions are vulnerable and from which version the flaw has been fixed.
- Severity: A rating according to the CVSS, usually with a score and a vector that can be reproduced with a CVSS calculator. More on this in our article on classifying IT vulnerabilities with CVSS.
- Description of the root cause: What exactly goes wrong, in which component and under what conditions the flaw can be exploited.
- Proof of concept: Verifiable evidence that the vulnerability is real. Responsible advisories only publish this part once a patch is available.
- Remediation: A reference to the patched version, a workaround or configuration changes if no update is yet available.
- Timeline: When it was reported, confirmed, patched and published.
This structure is not an end in itself. It allows a CISO to decide within minutes whether their own environment is affected and how urgently action is needed.
Advisory, CVE and CVSS: How It All Fits Together
The three terms are frequently confused, yet they describe different things. The CVE is the unique name of a vulnerability, comparable to a reference number. The CVSS is the scale on which its severity is measured, from 0.0 to 10.0. The advisory is the document that brings both together and puts them into an understandable context.
An example: a critical flaw in a web application is given the identifier CVE-2026-XXXXX, classified as critical with a CVSS score of 9.4, and described in an advisory that names the affected versions, the attack path and the patch. The CVE additionally ends up in the National Vulnerability Database maintained by NIST, where it can be retrieved in a machine-readable form. This is how the three layers interlock.
Coordinated Disclosure: How an Advisory Comes to Be
An advisory does not fall from the sky; it is the result of a regulated process. The international standard for this is coordinated vulnerability disclosure, described in ISO/IEC 29147 for disclosure and ISO/IEC 30111 for the internal handling of vulnerabilities. The sequence follows a clear logic.
First, a researcher or a pentest team discovers a vulnerability, for instance during a penetration test or a code review. Instead of making the flaw public immediately, it is reported confidentially to the vendor. The vendor confirms the problem, develops a fix and coordinates a publication date with the reporter. Only once the patch is available is the advisory published. This embargo phase protects users, because attackers do not learn about the flaw before the patch exists.
In Germany, the BSI supports this process. Its coordinated vulnerability disclosure guideline describes how researchers and vendors cooperate fairly, and the BSI mediates when a vendor is unreachable or unresponsive. When everything proceeds in an orderly fashion, all sides benefit: the vendor can patch without pressure, the researcher receives recognition and the public is protected.
Who Publishes Security Advisories
The landscape of issuers is diverse, and it is worth knowing the most important sources.
Vendors publish advisories for their own products, often in a dedicated security section of their website. Open-source projects increasingly use GitHub Security Advisories, which are linked directly to the code and the dependency tree and thereby enable automatic alerts. Government bodies such as the BSI operate a central collection through the CERT-Bund warning and information service, which is aimed primarily at the German federal administration but whose summaries are publicly accessible. And security service providers publish advisories on flaws their own teams have found. We also collect the vulnerabilities we have discovered in our security advisories.
What an Advisory Means for Your Organization
An advisory is only valuable when action follows. For IT managers, this concretely means establishing a process that turns the flood of notices into prioritized measures.
The first step is a reliable inventory: only those who know which software and which versions are in use can assess the relevance of an advisory. Building on that, relevant sources should be subscribed to, such as the advisory feeds of the vendors in use and the notices from CERT-Bund. When a critical advisory arrives, the CVSS score and the exploitability need to be assessed in your own context and patching prioritized accordingly. An internal rating of 9.4 is more urgent on a system reachable from the internet than on an isolated test system.
Those who run this cycle of monitoring, assessing and acting cleanly turn advisories from an annoying flood of news into an effective early-warning system.
Conclusion
A security advisory is the link between the discovery of a vulnerability and its remediation in practice. It translates a technical flaw into standardized, action-guiding information and, through CVE and CVSS, makes the seriousness of a flaw comparable. What is decisive is that advisories emerge from a coordinated process that protects users rather than playing into attackers' hands. For organizations, it pays to not merely read advisories but to integrate them systematically into their own vulnerability management. If you want to know which vulnerabilities are hiding in your own applications before someone else writes an advisory about them, a penetration test is the right starting point.