Skip to main content
With Vulnerability auto-triage, Plerion lowers the severity of vulnerabilities whose weakness type limits the harm they can cause. It runs during workload scanning, applies per profile, and is off by default. A container image often carries hundreds of CVEs (Common Vulnerabilities and Exposures) rated Critical or High. Some of them describe weaknesses that can only exhaust memory. Some need physical access to the hardware. Some are in kernel packages that never execute inside a container. Auto-triage finds these cases using published MITRE and NIST data and lowers their severity.
Auto-triage is experimental. The setting carries an Experimental label in the product, and the rules can change while it does. Severity is still the only thing it changes.

What changes

Auto-triage changes the severity Plerion assigns to a vulnerability. That is the only thing it changes.
  • Every vulnerability still appears on the Vulnerabilities dashboard and still counts toward your totals.
  • The advisory severity is stored alongside the new one.
  • Each adjusted vulnerability carries a note explaining the change.
  • Severity is only lowered, never raised.
  • Only Critical, High, and Medium findings are eligible. A Low finding is never touched.
  • Exemptions are unaffected. An exempted vulnerability stays exempt.

The rules

Rules are listed in the order Plerion applies them. The first one that matches decides the severity, and its reason is what appears on the finding. The last two rules only move Critical findings. A High or Medium finding that matches them keeps its severity.

Why a vulnerability you expected to move did not

Two behaviors account for most of these cases. Every weakness has to match. A CVE tagged with both CWE-20 (improper input validation) and CWE-78 (OS command injection) keeps its severity, because command injection names a real outcome. A vulnerability with detailed weakness tagging is less likely to be adjusted than one carrying a single vague tag. Every scoring source must agree. Where NVD (National Vulnerability Database) and a vendor both publish a CVSS vector, one of them claiming data impact or remote reach is enough to leave the severity alone.

Where the rules come from

Membership of each rule comes from published data, and Plerion re-derives the rules when the source updates:
  • The Common Weakness Enumeration (CWE) catalog: the consequences MITRE records for each weakness, the relationships between weaknesses, and MITRE’s flag for whether an identifier should be used to describe an individual vulnerability.
  • The CVSS (Common Vulnerability Scoring System) v3 vector published with the CVE, which states the attack vector and the measured impact on confidentiality, integrity, and availability.
  • Public exploit databases and threat intelligence on known exploitation.

Expected reduction

The reduction depends on the mix of weaknesses in your estate. A larger estate does not mean a larger percentage. Two measurements bracket the range: Expect roughly a third to two thirds of your Critical and High findings to move down, mostly to Medium and Low. Four things decide where you land:
  • How many findings carry weakness data. Most rules need at least one CWE identifier. In large datasets, up to 40% of findings have none.
  • Containers versus hosts. Container-heavy estates see more from the kernel rule.
  • Base image age. Older distribution kernels carry more advisories with no known exploit.
  • Your current severity mix. The two capping rules only move Critical findings.
Enable auto-triage on one profile and compare against a profile without it before applying it across your estate. The two sets of findings are directly comparable, since auto-triage changes severity only.

Enable auto-triage

Auto-triage is set per profile, so you can apply it to part of your estate and leave the rest on advisory severities.
1

Go to Settings > Profiles

Select the profile you want to change. Profiles inherit from the default profile unless they override the setting.
Profiles list under Settings, showing the Default and Code Security Default profiles
2

Open the General tab

Find the Vulnerabilities row.
General tab of a profile, with the Vulnerabilities row at the bottom of the settings
3

Turn on Automatically reduce vulnerability severity

Toggle the setting on, then save the profile.
Automatically reduce vulnerability severity toggle switched on
Only Organization Admins and Tenant Admins can change this setting.
The setting takes effect the next time each cloud account is scanned. Existing findings keep their current severity until then, so allow a full scan cycle before comparing totals. See Workload scanning policy for scan frequencies.

Reading an adjusted finding

An adjusted vulnerability carries a note on its detail view:
Plerion lowered this vulnerability’s severity from Critical to Low because a container uses the kernel of the host it runs on, so this fault is reported against that host instead.
The note gives the original severity, the new severity, and the reason for the rule that matched. To act on the advisory severity instead, filter or exempt the vulnerability as you would any other.

When an adjustment reverses

The two rules that depend on exploit data apply only while no public exploit is known and no threat intelligence reports the CVE as exploited. Once either changes, the next scan of each affected asset restores the advisory severity. No backfill or re-import is needed. The other rules depend on the weakness and score published for the CVE, which change only when the advisory is revised. The next scan then re-evaluates the vulnerability against the current data. If a scan cannot read exploit data, those two rules are skipped for that scan and the rest still run.