Giter Club home page Giter Club logo

Comments (5)

0llirocks avatar 0llirocks commented on June 26, 2024

Hey Daniel, I might be wrong but ND are valid values and they also have a score.

https://www.first.org/cvss/v2/guide#3-2-2-Temporal-Equation

TemporalScore = round_to_1_decimal(BaseScore * Exploitability * RemediationLevel * ReportConfidence)

Exploitability = case Exploitability of
unproven: 0.85
proof-of-concept: 0.9
functional: 0.95
high: 1.00
not defined: 1.00

RemediationLevel = case RemediationLevel of
official-fix: 0.87
temporary-fix: 0.90
workaround: 0.95
unavailable: 1.00
not defined: 1.00

ReportConfidence = case ReportConfidence of
unconfirmed: 0.90
uncorroborated: 0.95
confirmed: 1.00
not defined: 1.00

So calculating a score with only ND should give you the base score. Did I misunderstood something?

from cvss-suite.

0llirocks avatar 0llirocks commented on June 26, 2024

@dfritsch86 What do you think?

from cvss-suite.

dfritsch86 avatar dfritsch86 commented on June 26, 2024

Hi Oliver,

interesting, I was not aware that ND values had a proper scoring value, so you are right that it is not as clear-cut as i initially thought. Reading the temporal metrics introduction, i found the following passage:

Since temporal metrics are optional they each include a metric value that has no effect on the score. This value is used when the user feels the particular metric does not apply and wishes to "skip over" it.

Unfortunately i find the wording a bit ambiguous, but my understanding would be the following: ND allows you to define some of the temporal metrics, while skipping some others without influencing the temporal score (hence the factor 1.00). I am not sure that when all three are skipped (i.e. ND), a temporal score should be returned. This theory is somewhat reinforced by the official V2 calculator: leaving all temporal metrics to ND will result in no temporal score (see screenshot below).

Unfortunately however, i did not find any clarifying hard evidence for this, so my proposal is indeed up for discussion. From a pure user-perspective, i find the absence of a temporal score in such cases more logical.

image

from cvss-suite.

0llirocks avatar 0llirocks commented on June 26, 2024

I think even FIRST isn't sure about this, their own calculator is doing it the other way round (at least for V3). If I was a V3 user I would expect the gem to work like the calculator, wouldn't I?
Unbenannt

from cvss-suite.

0llirocks avatar 0llirocks commented on June 26, 2024

Will close this issue, if necessary feel free to open it again.

from cvss-suite.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.