REVIEW 5 major objections 8 minor 83 references
TELSAFE: Security Gap Quantitative Risk Assessment Framework
T0 review · 5 major / 8 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read TELSAFE computes quantitative risk scores for standards-implementation gaps using event-tree probabilities on CVE data, replacing expert judgment with empirical frequencies.
desk verdict The framework is cleanly presented and standards-aligned, but its likelihood term is a product of CVSS attribute frequencies with no defined target event, so the quantitative risk scores are not validated estimates. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the event tree, a diagram whose paths enumerate all combinations of outcomes of $N$ events; the probability of a path is the product, or conditional product, of the outcome probabilities along it. For the CVE use case, eight likelihood-influencing parameters are treated as events, each outcome's probability is its relative frequency in the pre-processed dataset, and the impact $\gamma_\pi$ is derived from CVSS impact equations normalized to $[0,1]$. This machinery converts qualitative CVE attributes into a numeric risk score without soliciting expert weights or membership functions.
What would settle it
Take the subset of CVEs that vendors or advisories explicitly attribute to a standards-implementation gap and run Algorithm 1 on it; if the resulting risk scores do not rank known exploited gap CVEs above the general CVE population, or do not separate known-exploited from non-exploited records, then the framework is measuring generic CVE exposure rather than gap risk.
Extended reading notes
Core claim
The paper claims that a gap between a security standard's specification and its implementation can be modeled as a chain of events, and that the probability of each path can be computed from the empirical frequency of outcome values in a CVE dataset. The risk associated with a path is then the path likelihood times an impact term built from confidentiality, integrity, and availability scores: $R_\pi = P[\pi] \times \gamma_\pi$. Because all probabilities come from observed data rather than from expert-chosen membership functions, the authors argue that the framework removes expert-opinion bias and yields identical scores for every user. The framework segments risk assessment into six steps, adding context definition and separate risk-scenario-development and risk-modeling steps to the usual ISO 31000 qualitative flow.
Load-bearing premise
The framework's likelihood numbers inherit whatever the public CVE dataset measures, and that dataset was not collected as a record of standards-implementation gaps, so if it does not represent such gaps the risk scores are not measuring what TELSAFE claims to measure.
Editorial extensions
If this is right
- Adopting TELSAFE lets an organization rank vulnerabilities by a reproducible numeric score, so two analysts given the same dataset will produce the same priorities.
- The same six-step pipeline can be applied to any sector with CVE-style vulnerability data, including 5G/6G telecommunications, without retraining models or eliciting expert weights.
- Risk scores computed this way can be mapped back onto ISO 31000, ISO/IEC 27005, and ITU-T X.1055 process steps, giving compliance reporting a quantitative artifact.
- The framework is extensible to other ISO/IEC 31010 techniques, such as fault trees or Markov analysis, when a single event tree is insufficient to capture a scenario's interactions.
Reading between the lines
- The absence of expert opinions covers the probability inputs, but the choice of which CVSS attributes count as likelihood-influencing events is still a modeling decision; testing sensitivity to that choice would show how much of the 'no subjectivity' claim survives.
- Because the risk score is a product of likelihood and impact, the method implicitly treats the two as independent; replacing the product with the conditional chain of Eq. 8 would let correlated failures across CVEs be modeled and could change the rankings.
- A direct validation route the paper leaves open is to compare TELSAFE scores with the known-exploited flag in public vulnerability data: exploited vulnerabilities should score consistently above non-exploited ones if the likelihood term is meaningful.
- The same event-tree construction could be aimed directly at standard specifications, treating each optional security requirement as an event and measuring non-adoption rates from vendor disclosures, which would test the gap hypothesis without relying on a CVE proxy.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes TELSAFE, a hybrid framework for quantitative risk assessment of gaps between security standards and their practical implementation. The framework combines qualitative steps (context definition, risk factor identification, risk analysis) with quantitative steps (risk scenario development via event trees, risk modeling, and risk evaluation). The risk score for a path is Rπ = P[π] × γπ, where P[π] is computed in Algorithm 1 as the product of empirical marginal frequencies of eight CVSS-derived attributes from a Kaggle CVE dataset, and γπ is an impact value derived from CVSS impact scores. A use case for the telecommunications industry is presented, with a stepwise comparison against a purely qualitative ISO 31000 approach for a single CVE.
Significance. The problem addressed is real: organizations need objective, repeatable, and standards-aligned quantitative risk assessment, especially for security gaps arising between standards specifications and implementations. If the framework were sound, it would be a useful contribution to the security risk assessment literature, which the paper reviews. The paper has clear strengths: it surveys academic and industry tools with a structured comparison, it aligns the process with ISO 31000, ISO/IEC 27005, and ITU-T X.1055, it provides a concrete algorithm (Algorithm 1) and a public dataset, and it explicitly acknowledges the lack of public labeled ground-truth data. However, the central quantitative claim is not supported: the computed likelihood P[π] is not a probability of any defined security event, and the risk scores are not validated against any external benchmark. As presented, the framework re-expresses CVSS/EPSS data rather than measuring standards-gap risk.
major comments (5)
- [Section IV-C.1, Algorithm 1, Eq. (7)] The likelihood P[π] is computed as the product of empirical marginal frequencies of eight CVSS attributes (base score, exploitability score, EPSS percentile, attack vector, attack complexity, privileges required, user interaction, scope) over the entire Kaggle corpus. This product is not the probability of any event in the risk scenario: the event tree's basic events are vulnerability metadata attributes, not 'a standards-implementation gap occurs' or 'the vulnerability is exploited.' Even if the dataset were a perfect sample of standards-gap vulnerabilities, the product of marginal attribute frequencies would only estimate the probability of observing that attribute combination in the CVE corpus; it would not estimate the likelihood of an incident or a gap-induced compromise. Section IV-A explicitly states the dataset 'has not been acquired by the source as data for gaps between standards and implementation.' Thus the mapping from P[π] to 'risk' is asserted, not derived. This construct-validity failure affects every risk score produced by the framework.
- [Eq. (7) / Algorithm 1 line 20] The product formula in Eq. (7) is introduced for 'events are independent,' and Algorithm 1 applies it to the eight CVSS attributes without any justification or test of independence. These attributes are not independent in general: CVSS base score is a function of exploitability and impact sub-scores, and EPSS scores are derived from CVE features, so marginal frequencies are mechanically correlated. The product of marginal empirical frequencies therefore does not even give a correct joint frequency for the attribute combination. The paper does not consider the conditional-probability form in Eq. (8), which would require estimating conditional dependencies from data.
- [Section IV-C.5.c] The framework is not validated. The paper states that 'the most significant challenge when devising a risk assessment framework is the unavailability of a labeled dataset, i.e., a dataset containing ground truth values for (i) risk assessment, (ii) likelihood, and (iii) impact,' and that 'conventional validation methods relying on labels or ground truth assessments may not be applicable.' However, the risk scores are deterministic transformations of the same CVSS/EPSS data used to define likelihood and impact (Eqs. 9-10 and Algorithm 1), with no external benchmark. The reported example (CVE-2024-7593: likelihood 0.568, impact 0.9782, risk 0.6, level 'Risky') is not compared against any independent measure or validated expert assessment. In the absence of validation, the numerical risk scores are untestable re-expressions of the input attributes rather than predictions of security risk.
- [Section IV-C.5.a and Section III-A] The claim that the framework 'eliminates the influence of expert opinion bias' is overstated. Expert judgment is still required in the qualitative steps, including context definition, risk factor identification, and risk analysis; the authors also choose the eight likelihood-influencing attributes, the event-tree structure, and the qualitative risk bands. The statement 'did not require expert opinions to assign any membership functions' is true only in a narrow sense: the framework does not use fuzzy membership functions, but subjective decisions remain in several places. This weakens the paper's positioning relative to the fuzzy-logic-based approaches it criticizes.
- [Section IV-A and use case] The use case does not actually demonstrate application to the telecommunications industry. The Kaggle dataset is a general CVE dataset, and Algorithm 1 is applied to the full corpus without filtering to telecom-related CVEs. The 'context' for CVE-2024-7593 is simply 'Software,' and the quantitative computation uses no telecom-specific assets, threats, or scenarios. The relevance to 5G/6G networks is asserted via the examples in Table III and the alignment with ITU-T X.1055, but it is not operationalized in the risk score computation. As a proof of concept, the use case illustrates the algorithm on generic vulnerability data, not on a telecom-specific risk assessment.
minor comments (8)
- [Section III-B, Definition 5] The notation for the Cartesian product definition is inconsistent: the text introduces i1y and i2y but later writes elements as i1ai2b with subscripts a, b; clarify the indexing. Also, the phrase 'i1y, y = 1, 2, ..., n1' and 'i2y' appears to have a typo in the second subscript sequence.
- [Table IV] CVE-1999-0199 is shown with Published Date '2020-10-06T13:15Z', which is inconsistent with a CVE published in 1999; verify the data extraction and correct the entry.
- [Algorithm 1, lines 21 and 23] The normalization uses γminT, γmaxT, RminT, and RmaxT but these thresholds are never defined. Specify whether they are the observed min/max over the dataset, theoretical bounds, or organization-specific parameters, and state how they are chosen.
- [Section IV-C.4, Table V] The table reports likelihood 0.568 and impact 0.9782 for CVE-2024-7593, but the attribute values for that CVE and the resulting marginal probabilities are not shown. Include the intermediate values so the computation is reproducible.
- [Section II-B] The tool name is spelled inconsistently as 'OCTA VE' and 'OCTAVE' in the text and tables; standardize the spelling throughout.
- [References] Several references are incomplete: [73] has no title, [44] has no author or venue, and [64] and [65] rely on blog-style sources. Complete the bibliography entries and replace non-archival sources where possible.
- [Section IV-C.5.b] The phrase 'balanced/unbalanced' dataset is ambiguous; clarify what balancing was performed and how it affects the computed frequencies and risk scores.
- [Figure 6] Figure 6 is described as a step-wise flow diagram, but the text does not clearly explain the boxes and arrows; ensure the figure is legible and self-contained, and define all abbreviations used in it.
Circularity Check
The computed risk score is a deterministic transform of CVSS/EPSS attribute frequencies, not an independently defined probability of a standards-gap incident.
-
self definitional
[Section IV-C.1 'Risk Scenario Development', with Algorithm 1 and Eqs. (7), (10)]
"Each likelihood influencing parameter (eight in total) in D has been considered as an event to form an event tree for likelihood computations P [π]. Occurrences of each unique outcome of each event have been calculated to compute the probability of each outcome P [ix]."
In the event-tree model, the 'events' are the eight CVSS/EPSS attributes themselves, and P[ix] is the relative frequency of each attribute value in the same Kaggle corpus. Therefore P[π] in Eq. (7) is, by construction, the empirical frequency of a particular CVSS attribute combination in the input dataset, not the probability of a standards-gap incident or of exploitation. The paper's own dataset section says the data 'has not been acquired by the source as data for gaps between standards and implementation,' and Section IV-C.5.c concedes there is no labeled ground truth. Consequently Rπ = P[π] × γπ (Eq.
full rationale
The quantitative chain in TELSAFE is Rπ = P[π] × γπ, where P[π] is computed in Algorithm 1 as the product of empirical marginal frequencies of CVSS/EPSS attributes from the same Kaggle dataset. No external target event—such as an incident, an exploitation, or a standards-gap failure—is modeled; the dataset is explicitly not collected as gap data, and the paper itself states that no labeled ground truth is available. Thus the central numeric output reduces, by construction, to a transformation of the input CVSS/EPSS data. The only self-citation ([6]) appears as a general citation in the introduction and is not load-bearing, and no uniqueness theorem or ansatz is imported through author citations. The qualitative phase and standards-alignment discussion provide independent content, so the circularity is partial rather than total; had the paper claimed an externally validated prediction of incidents, the score would be higher.
Assumptions & free parameters
free parameters (2)
- Choice of eight likelihood-influencing attributes
- Risk level thresholds for qualitative bands =
not specified
assumptions (4)
- standard math Standard probability axioms and event-tree foundations from Papazoglou [69]
- domain assumption Independence of the eight CVSS/EPSS attributes in the path probability product
- domain assumption The general CVE dataset is representative of standards-implementation gap risks
- domain assumption CVSS and EPSS scores are valid proxies for likelihood and impact
Cite this review
Pith. "Pith review of TELSAFE: Security Gap Quantitative Risk Assessment Framework." pith.science (2026). https://pith.science/paper/6GOROBP5
@misc{pith2026250706497,
author = {Pith},
title = {Pith review of: TELSAFE: Security Gap Quantitative Risk Assessment Framework},
year = {2026},
howpublished = {\url{https://pith.science/paper/6GOROBP5}},
note = {Machine review of arXiv:2507.06497}
}
read the original abstract
Gaps between established security standards and their practical implementation have the potential to introduce vulnerabilities, possibly exposing them to security risks. To effectively address and mitigate these security and compliance challenges, security risk management strategies are essential. However, it must adhere to well-established strategies and industry standards to ensure consistency, reliability, and compatibility both within and across organizations. In this paper, we introduce a new hybrid risk assessment framework called TELSAFE, which employs probabilistic modeling for quantitative risk assessment and eliminates the influence of expert opinion bias. The framework encompasses both qualitative and quantitative assessment phases, facilitating effective risk management strategies tailored to the unique requirements of organizations. A specific use case utilizing Common Vulnerabilities and Exposures (CVE)-related data demonstrates the framework's applicability and implementation in real-world scenarios, such as in the telecommunications industry.
Figures
Figures from the paper (3 more)
Reference graph
Works this paper leans on
-
[1]
A quantitative CVSS-based cyber security risk assessment methodology for IT systems,
M.U. Aksu, M.H. Dilek, E.I. Tatlı, K. Bicakci, H.I. Dirik, M.U. Demirezen and T. Aykır, “A quantitative CVSS-based cyber security risk assessment methodology for IT systems,”International Carnahan Conference on Security Technology (ICCST), pp. 1–8, 2017
2017
-
[2]
Information security, cybersecurity and privacy pro- tection — Guidance on managing information security risks,
ISO/IEC 27005, “Information security, cybersecurity and privacy pro- tection — Guidance on managing information security risks,” 2022. [Online]. Available: https://www.iso.org/standard/80585.html
2022
-
[3]
An integrated method for compliance and risk assessment: experiences from a case study,
S. Esayas and T. Mahler, “An integrated method for compliance and risk assessment: experiences from a case study,” In IEEE Conference on Communications and Network Security (CNS), Florence, pp. 568– 576, 2015
2015
-
[4]
Prioritizing cybersecurity risk for enterprise risk management (NISTIR 8286B),
S. Quinn, N. Ivy, M. Barrett, G. Witte and R.K. Gardner, “Prioritizing cybersecurity risk for enterprise risk management (NISTIR 8286B),” US Department of Commerce, National Institute of Standards and Technology, 2022
work page 2022
-
[5]
M. Dekker and L. Alevizos, “A threat-intelligence driven methodology to incorporate uncertainty in cyber risk analysis and enhance decision- making,” Security and Privacy, vol. 7, no. 1, p.e333, 2024
work page 2024
-
[6]
Ele- vating Software Trust: Unveiling and Quantifying the Risk Landscape,
S.A. Siddiqui, C. Thapa, R. Holland, M. Shao and S. Camtepe, “Ele- vating Software Trust: Unveiling and Quantifying the Risk Landscape,”
-
[7]
Applying a semi-quantitative risk assessment on petroleum production unit,
F.M. Eltahan, M. Toderas, M.S. Mansour, E.S.Z. El-Ashtoukhy, M.A. Abdou and F. Shokry, “Applying a semi-quantitative risk assessment on petroleum production unit,” Scientific Reports, vol. 14, no. 1, p. 7603, 2024
work page 2024
-
[8]
Semi-Quantitative Risk Assessment: Bridging the Gap Between Qualitative and Quantitative Methods,
M. Majka, “Semi-Quantitative Risk Assessment: Bridging the Gap Between Qualitative and Quantitative Methods,” 2024
work page 2024
Show all 83 references
-
[9]
Organizational cybersecurity readiness in the ICT sector: a quanti-qualitative assessment,
M. Neri, F. Niccolini and L. Martino, “Organizational cybersecurity readiness in the ICT sector: a quanti-qualitative assessment,” Information & Computer Security, vol. 32, no. 1, pp. 38–52, 2024
2024
-
[10]
Research on the risk evaluation of enter- prises’ carbon compliance failure,
X. Wang, Y . Xu and W. Li, “Research on the risk evaluation of enter- prises’ carbon compliance failure,” Frontiers in Ecology and Evolution, vol. 11, pp. 1152804, 2023
2023
-
[11]
Risk management — Guidelines,
ISO 31000, “Risk management — Guidelines,” 2018. [Online]. Avail- able: https://www.iso.org/iso-31000-risk-management.html
2018
-
[12]
Risk management — Risk assessment techniques,
IEC 31010, “Risk management — Risk assessment techniques,” 2019. [Online]. Available: https://www.iso.org/standard/72140.html
2019
-
[13]
Risk management and risk profile guidelines for telecommunication organizations,
ITU-T X.1055, “Risk management and risk profile guidelines for telecommunication organizations,” 2008. [Online]. Available: https://www.itu.int/itu-t/recommendations/rec.aspx?rec=9614
2008
-
[14]
From 5G to 6G: A survey on security, privacy, and standardization pathways,
M. Yang, Y . Qu, T. Ranbaduge, C. Thapa, N. Sultan, M. Ding, H. Suzuki, W. Ni, S. Abuadbba, D. Smith and P. Tyler, “From 5G to 6G: A survey on security, privacy, and standardization pathways,” ArXiv Preprint arXiv:2410.21986, 2024
-
[15]
Two protocols for improving security during the authentication and key agree- ment procedure in the 3GPP networks,
M.M. Modiri, M. Salmasizadeh, J. Mohajeri and B.H. Khalaj, “Two protocols for improving security during the authentication and key agree- ment procedure in the 3GPP networks,” Computer Communications, vol. 211, pp. 286–301, 2023
2023
-
[16]
Don’t hand it over: Vulnerabilities in the handover procedure of cellular telecommunications,
E. Bitsikas and C. P ¨opper, “Don’t hand it over: Vulnerabilities in the handover procedure of cellular telecommunications,” In Proceedings of the 37th Annual Computer Security Applications Conference (ACSAC), pp. 900–915, 2021
2021
-
[17]
Strengthening Australia’s Cyber Security Regulations and Incentives,
Australian Government Department of Home Affairs, “Strengthening Australia’s Cyber Security Regulations and Incentives,” 2020. [Online]. Available: https://www.homeaffairs.gov.au/reports-and- pubs/files/strengthening-australia-cyber-security-regulations-discussion- paper.pdf
2020
-
[18]
BASECOMP: A Comparative Analysis for Integrity Protection in Cellular Baseband Software,
E. Kim, M.W. Baek, C. Park, D. Kim, Y . Kim and I. Yun, “BASECOMP: A Comparative Analysis for Integrity Protection in Cellular Baseband Software,” In 32nd USENIX Security Symposium (USENIX Security 23), pp. 3547–3563, 2023
2023
-
[19]
European 5G security in the wild: Reality versus expectations,
O. Lasierra, G. Garcia-Aviles, E. Municio, A. Skarmeta and X. Costa- P´erez, “European 5G security in the wild: Reality versus expectations,” In Proceedings of the 16th ACM Conference on Security and Privacy in Wireless and Mobile Networks, pp. 13–18, 2023
2023
-
[20]
5Ghoul: Unleashing Chaos on 5G Edge Devices,
M.E. Garbelini, Z. Shang, S. Luo and S. Chattopadhyay, “5Ghoul: Unleashing Chaos on 5G Edge Devices,” Technical report, Singapore University of Technology and Design (SUTD) and I2R, A* STAR, 2023. [Online]. Available: https://asset- group.github.io/disclosures/5ghoul/5ghoul.pdf
2023
-
[21]
Measuring the deploy- ment of 5G security enhancement,
S. Nie, Y . Zhang, T. Wan, H. Duan and S. Li, “Measuring the deploy- ment of 5G security enhancement,” In Proceedings of the 15th ACM Conference on Security and Privacy in Wireless and Mobile Networks, pp. 169–174, 2022
2022
-
[22]
BaseSpec: Comparative Analysis of Baseband Software and Cellular Specifications for L3 Protocols,
E. Kim, D. Kim, C. Park, I. Yun and Y . Kim, “BaseSpec: Comparative Analysis of Baseband Software and Cellular Specifications for L3 Protocols,” In Network and Distributed System Security (NDSS), 2021
2021
-
[23]
FIRMWIRE: Trans- parent dynamic analysis for cellular baseband firmware,
G. Hernandez, M. Muench, D. Maier, A. Milburn, S. Park, T. Scharnowski, T. Tucker, P. Traynor and K. Butler, “FIRMWIRE: Trans- parent dynamic analysis for cellular baseband firmware,” In Network and Distributed Systems Security Symposium (NDSS), 2022
2022
-
[24]
Automata- Based Automated Detection of State Machine Bugs in Protocol Imple- mentations,
P. Fiterau-Brostean, B. Jonsson, K. Sagonas and F. T ˚aquist, “Automata- Based Automated Detection of State Machine Bugs in Protocol Imple- mentations,” In Network and Distributed Systems Security Symposium (NDSS), 2023
2023
-
[25]
Prochecker: An automated security and privacy analysis framework for 4G LTE protocol imple- mentations,
I. Karim, S.R. Hussain and E. Bertino, “Prochecker: An automated security and privacy analysis framework for 4G LTE protocol imple- mentations,” In 2021 IEEE 41st International Conference on Distributed Computing Systems (ICDCS), pp. 773–785, 2021
2021
-
[26]
DoLTEst: In- depth downlink negative testing framework for LTE devices,
C. Park, S. Bae, B. Oh, J. Lee, E. Lee, I. Yun Y . Kim, “DoLTEst: In- depth downlink negative testing framework for LTE devices,” In 31st USENIX Security Symposium, pp. 1325–1342, 2022
2022
-
[27]
C. Yu, S. Chen, Z. Wei and F. Wang, “Secchecker: Inspecting the security implementation of 5G commercial off-the-shelf (COTS) mobile devices. Computers & Security, vol. 132, p. 103361, 2023
2023
-
[28]
Hart, A.L
S. Hart, A.L. Ferrara, F. and Paci, ”Fuzzy-based approach to assess and prioritize privacy risks,“ Soft Computing, vol.24, pp. 1553–1563, 2020
2020
-
[29]
A.N. Kia, F. Murphy, B. Sheehan and D. Shannon, ”A cyber risk prediction model using common vulnerabilities and exposures,“ Expert Systems with Applications, vol. 237, p. 121599, 2024
2024
-
[30]
Ebere-Uneze and S
I. Ebere-Uneze and S. Naqvi, ”Using Artificial Intelligence in Cyber Security Risk Management for Telecom Industry 4.0,“ In Proceedings of the 19th International Conference on Availability, Reliability and Security, pp. 1–7, 2024
2024
-
[31]
About the RMF - NIST Risk Management Framework — CSRC,
I. T. L. Computer Security Division, “About the RMF - NIST Risk Management Framework — CSRC,” 2016. [Online]. Available: https://csrc.nist.gov/projects/risk-management/about-rmf
2016
-
[32]
Technical Standard: Risk Taxonomy,
The Open Group, “Technical Standard: Risk Taxonomy,” 2009. [Online]. Available: https://pubs.opengroup.org/onlinepubs/9699919899/toc.pdf
2009
-
[33]
[Online]
COBIT — Control Objectives for Information Technologies — ISACA. [Online]. Available: https://www.isaca.org/resources/cobit#1
-
[34]
Risk Assessment with OCTA VE
PECB, “Risk Assessment with OCTA VE.” [Online]. Available: https://pecb.com/whitepaper/risk-assessment-with-octave
-
[35]
Mayer and J
N. Mayer and J. Aubert, ”A risk management framework for security and integrity of networks and services,“ Journal of Risk Research, vol. 24, no. 8, pp. 987–998, 2021
2021
-
[36]
Curtis and C
H. Curtis and C. Harpley, ”Telecommunications Sector Risk and Re- silience Profile: PESTLE and Gap Analysis,“ ANU Tech Policy Design Centre, Canberra, ACT, 2023
2023
-
[37]
[Online]
United States Nuclear Regulatory Commission (U.S.NRC), ”Probabilistic risk assessment (PRA),“ 2021. [Online]. Available: https://www.nrc.gov/reading-rm/basic-ref/glossary/probabilistic-risk- assessment-pra.html
2021
-
[38]
Y . Hu, T. Parhizkar and A. Mosleh, ”Guided simulation for dynamic probabilistic risk assessment of complex systems: concept, method, and application,“ Reliability Engineering & System Safety, vol. 217, p. 108047, 2022
2022
-
[39]
Maidana, T
R.G. Maidana, T. Parhizkar, A. Gomola, I.B. Utne and A. Mosleh, ”Supervised dynamic probabilistic risk assessment: Review and compar- ison of methods,“ Reliability Engineering & System Safety, vol. 230, p. 108889, 2023
2023
-
[40]
Boyer, ”Probabilistic Risk Assessment (PRA): Analytical Process for Recognizing Design and Operational Risks (No
R.L. Boyer, ”Probabilistic Risk Assessment (PRA): Analytical Process for Recognizing Design and Operational Risks (No. JSC-E-DAA-TN74089), 2018. [Online]. Available: https://ntrs.nasa.gov/api/citations/20200001598/downloads/20200001598.pdf
2018
-
[41]
Security Risk Analysis of Enterprise Networks Using Probabilistic Attack Graphs,
A. Singhal, X. Ou, “Security Risk Analysis of Enterprise Networks Using Probabilistic Attack Graphs,” NIST Interagency Report 7788, 2011
2011
-
[42]
A Quantitative Research Study on Probability Risk As- sessments in Critical Infrastructure and Homeland Security
A.B. Lee, “A Quantitative Research Study on Probability Risk As- sessments in Critical Infrastructure and Homeland Security”, Ph.D. dissertation, Liberty University, 2022
2022
-
[43]
Quantitative risk evaluation based on event tree analysis technique: Application to the design of shield TBM,
E.S. Hong, I.M. Lee, H.S. Shin, S.W. Nam and J.S. Kong, “Quantitative risk evaluation based on event tree analysis technique: Application to the design of shield TBM,” Tunnelling and Underground Space Technology, vol. 24, no.3, pp. 269–277, 2009
2009
-
[44]
Probabilistic vs. Deterministic Models in AL/ML: A detailed Explana- tion,
“Probabilistic vs. Deterministic Models in AL/ML: A detailed Explana- tion,” [Online]. Available: https://www.alphanome.ai/post/probabilistic- vs-deterministic-models-in-ai-ml-a-detailed-explanation
-
[45]
Basics of Nuclear Power Plant Probabilistic Risk Assessment,
US. NRC Office of Nuclear Regulatory Research (RES) and Elec- tric Power Research Institute (EPRI), “Basics of Nuclear Power Plant Probabilistic Risk Assessment,” 2010. [Online]. Available: https://www.nrc.gov/docs/ML1025/ML102530294.pdf?
2010
-
[46]
An innovative risk assessment method- ology for medical information systems,
A. Coronato and A. Cuzzocrea, “An innovative risk assessment method- ology for medical information systems,” IEEE Transactions on Knowl- edge and Data Engineering, vol. 34, no. 7, pp. 3095–3110, 2020
2020
-
[47]
Combining Information Security Risk Management and Probabilistic Risk Assessment,
K. Padur and R. Matulevicius, “Combining Information Security Risk Management and Probabilistic Risk Assessment,” In BIR Workshops, pp. 14–26, 2019
2019
-
[48]
AFPr-AM: A novel Fuzzy-AHP based privacy risk assessment model for strategic information management of social media platforms,
M.T. Ahvanooey, M.X. Zhu, S. Ou, H.D. Mazraeh, W. Mazurczyk, K.K.R. Choo and C. Li, “AFPr-AM: A novel Fuzzy-AHP based privacy risk assessment model for strategic information management of social media platforms,” Computers & Security, vol. 130, p. 103263, 2023
2023
-
[49]
Pri- vacy risk assessment and privacy-preserving data monitoring,
P. Silva, C. Gonc ¸alves, N. Antunes, M. Curado and B. Walek, “Pri- vacy risk assessment and privacy-preserving data monitoring,” Expert Systems with Applications, vol. 200, No. C, 2022
2022
-
[50]
Pri- vacy risk assessment and privacy-preserving data monitoring,
P. Silva, C. Gonc ¸alves, N. Antunes, M. Curado and B. Walek, “Pri- vacy risk assessment and privacy-preserving data monitoring,” Expert Systems with Applications, vol. 200, p. 116867, 2022
2022
-
[51]
Challenges And Limitations Of Fuzzy Logic,
Faster Capital, “Challenges And Limitations Of Fuzzy Logic,” [Online]. Available: https://fastercapital.com/topics/challenges-and-limitations-of- fuzzy-logic.html
-
[52]
The paradoxical success of fuzzy logic,
C. Elkan, “The paradoxical success of fuzzy logic,” IEEE Expert, vol. 9, no. 4, pp. 3–8, 1994
1994
-
[53]
The challenges and advantages of fuzzy systems applications A Preprint,
M. Masoumi, S. Hossani, F. Dehghani and A. Masoumi, “The challenges and advantages of fuzzy systems applications A Preprint,” 2020
2020
-
[54]
Risk assessment and analysis methods: Qualitative and quantitative,
V . Evrin, “Risk assessment and analysis methods: Qualitative and quantitative,” ISACA Journal, vol. 2, no. 1, pp. 1–6, 2021
2021
-
[55]
Risk management framework for information systems and organizations: a system life cycle approach for security and privacy,
Joint Task Force Transformation Initiative, “Risk management framework for information systems and organizations: a system life cycle approach for security and privacy,” National Institute of Standards and Technology, Gaithersburg, MD, Tech. Rep. NIST SP 800-37r2, Dec. 2018. [...
2018
-
[56]
The NIST RMF: Strengths and Weaknesses
“The NIST RMF: Strengths and Weaknesses.” [Online]. Available: https://www.linkedin.com/pulse/nist-rmf-strengths-weaknesses-umair- khan-cissp-ccsp-sscp-5yare
-
[57]
Risk Management Framework: Priorities and Challenges for RMF Compliance
“Risk Management Framework: Priorities and Challenges for RMF Compliance.” [Online]. Available: https://lazarusalliance.com/wp- content/uploads/2022/04/Priorities-and-Challenges-for-RMF- Compliance.pdf
2022
-
[58]
Implementing NIST RMF? Challenges & Strategies for success
“Implementing NIST RMF? Challenges & Strategies for success.” [Online]. Available: https://www.linkedin.com/pulse/implementing-nist- rmf-challenges-strategies-success-cyberja-wdumf
-
[59]
The NIST Risk Management Framework: Problems and recommendations,
D. Maclean, “The NIST Risk Management Framework: Problems and recommendations,” Cyber Security: A Peer-Reviewed Journal, vol. 1, no. 3, pp. 207–217, Jan. 2017
2017
-
[60]
Why the FAIR Model Can Be So Unfair
D.A. Yampolskiy and J. Routh, “Why the FAIR Model Can Be So Unfair.” [Online]. Available: https://securityscorecard.com/wp- content/uploads/2024/06/BLOG-The-Fair-Model-Pros-and-Cons- Compressed.pdf
2024
-
[61]
Adopting COBIT in Small and Medium-sized Enterprises (SMEs): Challenges and Opportunities
“Adopting COBIT in Small and Medium-sized Enterprises (SMEs): Challenges and Opportunities.” [Online]. Available: https://www.linkedin.com/pulse/adopting-cobit-small-medium-sized- enterprises-smes-joel-mutiso-xpq3f
-
[62]
What are the key benefits and challenges of implementing CO- BIT 2019 for information systems governance?
“What are the key benefits and challenges of implementing CO- BIT 2019 for information systems governance?” [Online]. Avail- able: https://www.linkedin.com/advice/0/what-key-benefits-challenges- implementing-cobit
-
[63]
IT Governance Frameworks: Understanding their Pros and Cons,
“IT Governance Frameworks: Understanding their Pros and Cons,” Jul. 2024. [Online]. Available: https://itechgrc.com/pros-and-cons-of- different-it-governance-frameworks/
2024
-
[64]
Threat Modeling Methodology: The OCTA VE Method and its Variants,
C0rs0, “Threat Modeling Methodology: The OCTA VE Method and its Variants,” Mar. 2024. [Online]. Available: https://c0rs0.medium.com/the- octave-method-and-its-variants-octave-allegro-and-octave-s- dc49ce51a05e
2024
-
[65]
OCTA VE vs FAIR Framework: A Comparative Analysis
“OCTA VE vs FAIR Framework: A Comparative Analysis” [Online]. Available: https://www.coursesidekick.com/management/1058882
-
[66]
Threat Modeling Methodology: OCTA VE
“Threat Modeling Methodology: OCTA VE.” [Online]. Available: https://www.iriusrisk.com/resources-blog/octave-threat-modeling- methodologies
-
[67]
Using AI to Improve Risk Man- agement: A Case Study of a Leading Telecommunications Provider,
H. Richard, P. Dornheim and T. Weber, “Using AI to Improve Risk Man- agement: A Case Study of a Leading Telecommunications Provider,” IEEE Access, vol. 12, 2024
2024
-
[68]
Clarke, T.A
E.M. Clarke, T.A. Henzinger, H. Veith and R. Bloem, Eds., Handbook of Model Checking. Cham: Springer International Publishing, 2018. [Online]. Available: http://link.springer.com/10.1007/978-3-319-10575- 8
2018 doi
-
[69]
Mathematical foundations of event trees,
I.A. Papazoglou, “Mathematical foundations of event trees,” Reliability Engineering & System Safety, vol. 61, no. 3, pp. 169–183, 1998
1998
-
[70]
[Online]
CVSS v3.1 Equations. [Online]. Available: https://nvd.nist.gov/vuln- metrics/cvss/v3-calculator/v31/equations
-
[71]
A5 Event Trees,
Bureau of Reclamation, “A5 Event Trees,” 2019. [Online]. Available: https://www.usbr.gov/ssle/damsafety/risk/BestPractices/Chapters/A5- EventTrees.pdf
2019
-
[72]
Event Tree Analysis,
M. Rausand, “Event Tree Analysis,” Norwegian University of Science and Technology (NTNU). Online]. Available: https://www.ntnu.edu/documents/624876/1277590549/chapt03- eta.pdf/6f3e1b19-4824-4812-adc8-9762d2201c22
-
[73]
Available: https://www.cve.org/About/Process#CVERecordLifecycle
[Online]. Available: https://www.cve.org/About/Process#CVERecordLifecycle
-
[74]
Catch me if you can: An in-depth study of CVE discovery time and inconsistencies for managing risks in critical infrastructures,
R.J. Thomas, J. Gardiner, T. Chothia, E. Samanis, J. Perrett and A. Rashid, “Catch me if you can: An in-depth study of CVE discovery time and inconsistencies for managing risks in critical infrastructures,” In Proceedings of the 2020 Joint Workshop on CPS & IoT Security and Pr...
2020
-
[75]
CPE and CVE based technique for software security risk assessment,
R. Ushakov, E. Doynikova, E. Novikova and I. Kotenko, “CPE and CVE based technique for software security risk assessment,” In 11th IEEE International Conference on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications (IDAACS), vol. 1, pp. 35...
2021
-
[76]
[Online]
NIST, Information Technology Laboratory, National Vulnerability Database. [Online]. Available: https://nvd.nist.gov/
-
[77]
[Online]
First, Common Vulnerability Scoring System v3.1: Specification Docu- ment. [Online]. Available: https://www.first.org/cvss/v3.1/specification- document
-
[78]
[Online]
First, EPSS Exploit Prediction Scoring System. [Online]. Available: https://www.first.org/epss/
-
[79]
[Online]
OpsMx, Enhancing CVE Risk Management: Leveraging EPSS, CVSS, and KEV . [Online]. Available: https://www.opsmx.com/blog/enhancing- cve-risk-management-leveraging-epss-cvss-and-kev/#:˜:text=Enhanced
-
[80]
[Online]
SecOps Solution, Combining CVSS and EPSS to prioritize vulnerabil- ity. [Online]. Available: https://www.secopsolution.com/blog/combining- cvss-and-epss-to-prioritize-vulnerability
-
[81]
[Online]
NIST, Information Technology Laboratory, National Vulner- ability Database, Vulnerability Metrics. [Online]. Available: https://nvd.nist.gov/vuln-metrics/cvss
-
[82]
[Online]
NIST, Information Technology Laboratory, National Vulnerability Database, CVE-2024-7593 Detail. [Online]. Available: https://nvd.nist.gov/vuln/detail/CVE-2024-7593
2024
-
[2024]
arXiv preprint arXiv:2408.02876
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.