1. Introduction
The prospect of large-scale quantum computing has transformed post-quantum cryptography from a long-range research concern to an immediate infrastructure planning problem. Shor’s polynomial-time algorithms for integer factorization and discrete logarithms [
1] render every widely deployed asymmetric primitive based on RSA, finite-field Diffie–Hellman, and elliptic-curve cryptography insecure once a cryptographically relevant quantum computer (CRQC) becomes available, while Grover’s quantum search algorithm [
2] delivers only a square-root speed-up against unstructured symmetric primitives, leaving AES-256 and AES-128-XTS with effective post-quantum security levels of approximately 128 and 64 bits per block, respectively. This asymmetry between Shor-vulnerable public-key mechanisms and Grover-bounded symmetric primitives is the cryptographic basis for differentiated migration urgency across data layers, but it is rarely reflected in current organizational risk-assessment practice.
The shift toward concrete migration planning became more tangible with the publication of NIST’s first post-quantum standards, such as FIPS 203 for ML-KEM, FIPS 204 for ML-DSA, and FIPS 205 for SLH-DSA, which established a deployable baseline for systems that currently depend on public-key primitives vulnerable to quantum attack [
3,
4,
5]. The wider NIST PQC project provides a broader standardization context [
6]. Complementary national and international guidance now extends these primitives into operational migration playbooks: the NCCoE practice guide on Migration to Post-Quantum Cryptography (NIST SP 1800-38) [
7], the ETSI repeatable framework for quantum-safe migrations TR 104 016 [
8], the prior ETSI staged-migration recommendations TR 103 619 [
9], the NSA Commercial National Security Algorithm Suite 2.0 [
10], NIST SP 800-131A on cryptographic transitions [
11], and the UK NCSC migration timelines [
12] all converge on the same conclusion: cryptographic discovery and prioritization, rather than algorithm selection, is the critical bottleneck for organizational readiness [
13]. Yet, the existence of standardized algorithms and structured migration frameworks does not, by itself, tell operators where migration should begin in a heterogeneous estate. Enterprise and national infrastructure environments are rarely cryptographically uniform [
14,
15]: some services expose transport channels to public networks, some process short-lived operational state in memory, and others retain data whose confidentiality must be preserved for many years. Consequently, post-quantum exposure should be assessed separately across transport, runtime, and storage contexts because these contexts rely on distinct protocol, in-use protection, and storage protection mechanisms [
16,
17].
Existing work in this area can be understood in the following broad strands. The first focuses on algorithm standardization and deployment readiness [
6,
13], establishing the cryptographic primitives and migration sequencing that can support a post-quantum transition. The second concerns secure communication protocols, especially TLS and SSH, which remain foundational to transport security in enterprise environments [
18,
19,
20]. The third addresses platform- and system-level protection of operational and stored data; for example, Redis documentation covers TLS-based in-transit protection [
21] and persistence/at-rest behavior [
22]. Post-quantum transition studies examine their overhead, authentication, hybridization, and deployment feasibility [
23,
24]. A fourth, organizationally oriented strand has emerged around crypto-agility and bill-of-materials approaches, including CARAF as a 5D risk assessment framework [
25], a crypto-agility maturity model [
26], and OWASP CycloneDX Cryptography Bill of Materials (CBOM) for cryptographic asset inventory [
27]. Together, these strands provide the technical and procedural foundations for migration. However, they do not fully resolve a practical assessment gap: organizations still lack a concise, evidence-based method for comparing post-quantum exposure across different data states within the same infrastructure. CARAF [
25] provides a qualitative ordinal risk model but does not separate exposure by data state; ETSI TR 104 016 [
8] prescribes a procedural framework but does not produce a layer-resolved numerical score; and NIST SP 1800-38 [
7] concentrates on cryptographic discovery and interoperability rather than risk quantification.
This gap is not merely theoretical. In operational practice, migration readiness is often judged at the level of an application, host, or service inventory [
13,
14]. Such coarse assessment can obscure important differences between a publicly reachable legacy transport surface, a tightly controlled in-memory processing component, and a storage layer protected by strong symmetric encryption. Treating all of these layers as if they carry the same quantum urgency may lead to distorted priorities. Exposed communication channels that still depend on legacy public-key mechanisms can create urgent interception and delayed-decryption risk–also known as “harvest now, decrypt later” attacks [
28]–whereas at-rest data protected by contemporary symmetric controls should not necessarily be assigned the same level of post-quantum urgency because Grover’s algorithm degrades but does not break appropriately keyed AES [
2]. Confidential-computing mechanisms provide a separate class of in-use isolation [
23,
29]. The central problem addressed in these papers is therefore how to construct a risk model that captures these differences without losing the ability to compare them at the system level.
This problem is especially important for enterprise and critical infrastructure operators, where service continuity, regulatory obligations under regimes such as the EU NIS2 Directive [
30] and the EU Cyber Resilience Act, and limited modernization resources require defensible prioritization [
31,
32,
33,
34]. A model that overstates the urgency of already-protected layers may divert effort away from more vulnerable components, while a model that hides transport exposure behind aggregate system labels may delay the remediation of the true bottleneck. For post-quantum migration planning to be operationally useful, it must distinguish between total system posture and the most urgent unresolved layer, and it must ground its conclusions in observable infrastructure evidence rather than abstract assumptions.
To address this need, this paper extends the Quantum-Adjusted Risk Scoring (QARS) model originally introduced in [
35]–which formalizes post-quantum risk along the timeline, sensitivity, and exposure dimensions–into a layer-resolved, evidence-based framework spanning three principal data states: in transit, in use, and at rest. The novelty of this work lies in the following:
The proposed method evaluates each data state layer separately while retaining a common scoring logic, allowing transport, processing, and storage to be compared without collapsing their distinct security properties.
The model derives its parameters from concrete host evidence, including exposed services, legacy protocol conditions, weak-cipher observations, runtime controls, proxy wrapping, and disk encryption status, rather than from synthetic laboratory assumptions.
This study introduces a quantum-vulnerability attenuation term, grounded in Grover-bounded residual security, for cases in which the dominant protection is symmetric and therefore not directly susceptible to Shor-type compromise. This avoids overstating the post-quantum urgency of protected storage relative to legacy public-key communication channels.
This paper reports both a weighted aggregate score and a maximum-layer score, thereby separating overall risk posture from immediate remediation priority.
The model’s calibration parameters (
,
, attenuation coefficients
and
, aggregation weights, and risk thresholds) are subjected to one-at-a-time and multi-dimensional sensitivity analysis, and the results are compared side-by-side with CARAF [
25], ETSI TR 104 016 [
8], NIST SP 1800-38 [
7], the Mosca timeline argument [
28], and CycloneDX CBOM [
27].
This research is guided by the following research questions:
RQ1: Does a layer-specific, evidence-based scoring model provide a more meaningful characterization of post-quantum exposure than a uniform system-level assessment?
RQ2: How does the system-level score change when the at-rest layer is hardened with LUKS2-backed symmetric protection while the in-transit and in-use layers remain unchanged?
RQ3: Does such hardening change the dominant migration priority, or does transport exposure remain the principal bottleneck?
These questions connect cryptographic modernization to operational decision-making. They help determine not only whether a control reduces risk but also where limited remediation efforts should be directed first.
Accordingly, this paper extends the canonical quantum-adjusted scoring formulation associated with the Mosca timeline argument [
28,
36] and the CARAF threat-vector decomposition [
25] by incorporating an attenuation mechanism for cases in which symmetric protection constitutes the dominant security control. It also establishes an auditable mapping between host-level observations and layer-specific parameters, including confidentiality duration, migration effort, sensitivity, and exposure. The proposed solution is demonstrated through an illustrative case study spanning transport, processing, and storage conditions, and its parameter sensitivity is examined across the calibration ranges discussed in
Section 6.5. Statistical generalization to a production estate is identified as a limitation and a direction for future work within enterprise infrastructure. By reporting both aggregate and maximum-layer scores, this work provides complementary perspectives that enhance strategic risk communication while supporting the prioritization of near-term remediation actions.
The remainder of this paper is organized as follows.
Section 2 reviews related work on post-quantum migration, infrastructure security assessment, and protection mechanisms across data states.
Section 3 presents the proposed Quantum-Adjusted Risk Scoring (QARS) methodology, including the canonical scoring model, the quantum-vulnerability attenuation mechanism, the evidence-to-feature mapping process, and the system-level aggregation logic; the differentiation of QARS from prior frameworks; the calibration of central parameters; and the treatment of cross-layer interdependencies.
Section 4 describes the source data and the host-level evidence extracted for the experimental evaluation, including the treatment of measurement uncertainty.
Section 5 explains the experimental design, the compared scenarios, and the reproducibility artifacts.
Section 6 reports the evaluation results, including layer-level scores, system-level scores, sensitivity analysis, and a comparative analysis against existing frameworks.
Section 7 discusses the implications of the results for post-quantum migration planning in enterprise infrastructure, including an operational transport-layer modernization plan and the ceiling effect of the clip operator. Finally,
Section 8 concludes this paper and outlines directions for future work.
2. Related Works
Research relevant to quantum-adjusted infrastructure risk assessment spans several interconnected domains, including post-quantum migration management, protocol-level transition to quantum-safe communication, critical infrastructure cyber-risk modeling, and mechanisms for protecting data across their lifecycle. While each of these areas has advanced independently, the literature does not yet provide a unified, evidence-based framework for evaluating post-quantum exposure across data in transit, in use, and at rest within operational environments (
Table 1).
A first line of work focuses on post-quantum migration planning and crypto-agility. Nethen et al. [
14] proposed a structured migration management process for transitioning from classical to post-quantum cryptography, emphasizing governance, asset inventory, and phased deployment. Similarly, Malina et al. [
15] examined the deployment of quantum-resistant mechanisms in intelligent infrastructures, highlighting challenges related to heterogeneity, interoperability, and operational continuity. Complementary work on crypto-agility maturity models further emphasizes that migration readiness depends not only on technical capabilities but also on organizational processes and lifecycle management [
26,
37]. Additional studies highlight the importance of dependency tracking and system-wide coordination when migrating cryptographic infrastructures [
28,
38]. These studies demonstrate that migration is a system-level problem requiring coordination across protocols, platforms, and services, but they do not provide quantitative mechanisms for comparing risk across infrastructure layers.
A second research stream investigates protocol-level implications of post-quantum cryptography, particularly for TLS and SSH. Early work quantified the overhead introduced by post-quantum primitives in secure communication protocols [
18], while subsequent studies evaluated performance and feasibility in modern implementations [
19], embedded systems [
39], and resource-constrained environments [
40]. Other contributions explored transition mechanisms such as hybrid authentication through mixed certificate chains [
41] and techniques to reduce certificate overhead in post-quantum TLS [
42]. TPM-assisted approaches have further demonstrated the feasibility of integrating post-quantum authentication into hardware-supported environments [
43]. Additional studies emphasize interoperability challenges and the need for hybrid cryptographic schemes during transition phases [
20,
44]. Although this body of work provides detailed insights into performance and deployment trade-offs, it typically focuses on individual protocols rather than system-wide exposure across multiple data states.
A third body of literature addresses cyber-risk and resilience in critical infrastructure. Carvalho et al. [
31] introduced an impact assessment framework that models the cascading effects of cyberattacks on critical systems, while Segovia-Ferreira et al. [
32] surveyed resilience strategies for cyber-physical systems, emphasizing the need for metrics that support preparedness, absorption, and recovery. Additional research highlights cascading failure effects and interdependency modeling as central to understanding systemic cyber-risk [
33]. Studies on interdisciplinary risk assessment further demonstrate that infrastructure risk must incorporate operational, technical, and organizational dimensions simultaneously [
34]. These approaches extend risk analysis beyond isolated vulnerabilities toward system-level consequences, but they are not tailored to post-quantum threats and do not explicitly distinguish between transport, runtime, and storage exposure.
A fourth research direction focuses on the protection of sensitive data during processing and storage. Recent work on confidential computing has explored the trade-offs between cryptographic protection and trusted execution environments for securing data in use [
23]. Systematization studies have further demonstrated how confidential computing can support secure data processing and machine learning workloads [
24,
45]. Enclave-based architectures and secure execution environments provide controlled access to sensitive datasets while reducing exposure during computation [
29]. In parallel, earlier foundational work on secure storage and deletion highlights the importance of long-term confidentiality guarantees and data lifecycle control [
46]. These studies are particularly relevant to the in-use and at-rest dimensions of infrastructure security, as they highlight the importance of isolation, access control, and encryption strength. However, they do not address how such protections should be compared against transport-layer vulnerabilities or long-term storage risks in a post-quantum setting.
The existing literature provides important foundations for post-quantum migration, protocol engineering, infrastructure resilience, and data protection. Nevertheless, a key gap remains: there is no concise, evidence-based framework that (i) evaluates post-quantum exposure separately across data states, (ii) derives scoring inputs from observable host conditions, and (iii) enables direct comparison between layers while accounting for differences in cryptographic vulnerability. The present work addresses this gap by introducing a layer-specific, evidence-driven scoring model that integrates these perspectives into a unified risk assessment approach.
3. Methodology for Quantum-Adjusted Risk Scoring Model
This section presents the proposed Quantum-Adjusted Risk Scoring (QARS) model for evaluating post-quantum exposure across enterprise infrastructure. The model is designed to capture the asymmetric nature of quantum-related risk across three data states: in transit, in use, and at rest. The overall workflow of the model is illustrated in
Figure 1, which shows the transformation of raw host observations into layer-specific scores and aggregated system-level risk metrics.
The Quantum-Adjusted Risk Scoring model was originally introduced in [
35] as a multi-factor extension of Mosca’s inequality formulated along three dimensions: timeline, sensitivity, and exposure. The present work reuses the QARS name, the three-dimensional decomposition, the weighted linear aggregation, and the Mosca-based time-budget grounding without modification. Three elements are new relative to [
35]: (i) the scoring function is applied separately to in-transit, in-use, and at-rest data, producing layer-resolved scores rather than a single system-level score; (ii) a quantum-vulnerability attenuation pair (
,
) is introduced to scale time-based and impact-based factors when the dominant protection is Grover-bounded symmetric encryption; and (iii) the system-level output is reported as a dual metric (
,
) that separates overall posture from immediate remediation priority.
3.1. Model Overview
The proposed model follows a structured pipeline consisting of four main stages: (i) evidence acquisition, (ii) feature extraction, (iii) layer-specific scoring, and (iv) system-level aggregation. As shown in
Figure 1, the process begins with the collection of observable host-level evidence, including network exposure, protocol characteristics, runtime controls, and storage configurations. This evidence is then transformed into normalized descriptors that serve as inputs to the scoring model.
Each data layer is evaluated independently to preserve its specific security properties. The resulting scores are subsequently aggregated to provide both a global system view and a prioritization-oriented perspective of post-quantum risk.
3.2. Canonical Scoring Model
The present work expands the original three-factor QARS formulation in [
35] into a five-factor structure: the timeline dimension is split into a confidentiality duration factor
and a migration effort factor
, and a compliance penalty
C is added. This expanded form is then applied separately to each data layer, which is the principal extension introduced here. The QARS model builds upon a canonical five-factor risk formulation, where each layer score is computed as
where
represents the confidentiality duration factor,
the migration effort factor,
the sensitivity,
the exposure, and
C a compliance-related penalty term. The clipping operator ensures that the score remains within the interval
.
The temporal factors are defined as
where
denotes the assumed quantum threat horizon and
represents the migration buffer period.
The weight vector
is selected according to a critical-infrastructure profile and reflects the relative importance of time-based and impact-based risk components. Following the critical-infrastructure profile implemented in the materials, the weight vector is
The planning constants are fixed at
years,
years, and compliance penalty
.
3.3. Quantum-Vulnerability Attenuation
The attenuation mechanism described in this subsection is new in the present work and has no counterpart in the original QARS formulation of [
35], which does not distinguish between Shor-vulnerable and Grover-bounded protection. A key extension introduced in this work is the incorporation of a quantum-vulnerability attenuation mechanism. The model distinguishes between classical (quantum-vulnerable) and symmetric (non-Shor-vulnerable) protection mechanisms. The inventory auto-evaluator attenuates time-based factors by
and sensitivity/exposure factors by
whenever the dominant mechanism is marked as
qvuln = false, with nominal values
and
.
The adjusted scoring function is defined as
with
This adjustment ensures that layers protected by strong symmetric encryption (e.g., AES-based storage) are not assigned the same post-quantum urgency as layers relying on quantum-vulnerable public-key mechanisms. Such adjustment is important for the at-rest layer. A plaintext store remains fully exposed, whereas an AES-XTS-based LUKS2 layer should not inherit the same post-quantum urgency as an RSA- or ECDH-dependent transport channel.
Cryptographic Rationale for and
The choice of
= 0.15 and
= 0.30 is grounded in the asymmetric impact of quantum algorithms on symmetric versus asymmetric cryptography. Shor’s algorithm [
1] reduces the hardness of factoring and discrete logarithms to polynomial time, which renders RSA, ECDH, ECDSA, and finite-field DH cryptographically broken once a sufficiently large CRQC exists. Grover’s algorithm [
2], by contrast, provides only a quadratic speed-up against unstructured key search: a
k-bit symmetric key offers an effective post-quantum work factor of
rather than
. For LUKS2 with the default
aes-xts-plain64 cipher and 512-bit key material (interpreted in XTS as
-bit halves) [
7,
11], the per-block AES-256 key retains an effective post-quantum security level of approximately 128 bits, which remains comfortably above the 112-bit security floor recommended by NIST SP 800-131A [
11] and the CNSA 2.0 advisory [
10]. Even AES-128 in XTS mode yields a Grover-bounded floor of approximately 64 bits per block, which is below modern recommendations but still does not collapse to a zero work factor; Grover’s algorithm is moreover difficult to parallelize linearly because the quadratic speed-up degrades to
across
T machines, sharply increasing wall-clock cost.
The two coefficients and encode this asymmetry through different components of the canonical formula:
scales the time-based factors and . These factors capture the quantum-relevant time horizon (confidentiality duration vs. ) and migration urgency (effort vs. ). Because Grover’s algorithm does not collapse symmetric security to a polynomial bound, the time-related migration pressure on appropriately keyed AES-XTS volumes is dominated by hash and KDF replacement rather than by an immediate decryption threat. Setting to roughly one-sixth of the classical coefficient reflects the residual time-based pressure attributable to long-tail effects such as key-derivation algorithm transition (Argon2id parameter migration) and policy-driven recryption windows.
scales the impact-based factors
and
. The larger residual reflects the fact that symmetric encryption does not eliminate sensitivity- or exposure-driven risk: side-channel attacks, key-management failures, and key disclosure through cross-layer compromise (
Section 3.11) remain pertinent even when the cryptographic primitive is Grover-bounded. Setting
to roughly one-third of the classical coefficient captures this irreducible residual while still distinguishing protected from unprotected configurations.
The
ordering is therefore a direct consequence of the different threat surfaces that the two factor families capture: time-based factors lose more of their post-quantum salience under symmetric protection than impact-based factors. The robustness of the resulting layer ranking under perturbations of these coefficients is examined empirically in the sensitivity analysis of
Section 6.5.
The same coefficients are applied uniformly to dominant symmetric configurations within the evaluated profile. They are not intended to capture finer distinctions such as AES-128 vs. AES-256 keying or the choice between XTS and GCM modes; such distinctions are deliberately deferred to a future extended scoring model and are listed as a limitation in
Section 7.6.
3.4. Evidence-to-Feature Mapping
The proposed model separates evidence extraction from coefficient calibration. Host-level observations determine the binary and ratio descriptors used in the model, including public exposure, legacy protocol presence, weak-cipher ratios, authentication state, access control state, proxy mediation, and disk encryption status. These observed descriptors are then mapped into normalized sensitivity, exposure, and migration effort variables through bounded affine rules. The coefficients in these rules are not claimed to be empirically fitted constants; they are transparent semi-quantitative calibration parameters whose provenance is documented in
Section 3.4.2 and whose robustness is evaluated in
Section 6.5. The mapping process, illustrated in
Figure 1, converts raw observations into normalized layer-specific variables.
For the in-transit layer, factors such as legacy protocol presence, weak cipher ratios, and public exposure are used to derive sensitivity and exposure scores. For the in-use layer, runtime characteristics including service role, authentication, access control, and network binding are considered. For the at-rest layer, storage protection mechanisms and confidentiality requirements define the primary risk factors. This evidence-based transformation ensures auditability and reproducibility of the scoring process while maintaining alignment with real-world infrastructure conditions.
3.4.1. Generalized Observation Taxonomy
To support reproducible mapping beyond the Redis-on-Host 2 example used in this study,
Table 2 presents a generalized taxonomy of observation classes for
and
across the three data layers. Each observation class is associated with a canonical evidence source (network scan, service configuration, host inventory) and a numerical contribution range. The taxonomy is aligned with the cryptographic asset classes defined in OWASP CycloneDX CBOM [
27], the cryptographic discovery practices in NIST SP 1800-38B [
7], and the asset categorization in CARAF [
25].
The aggregated forms of
and
are bounded affine combinations of the indicator and ratio variables in
Table 2, clipped at unity. The Redis/Host 2 instantiation in
Section 4 is therefore one realization of this general taxonomy and not a special case.
3.4.2. Coefficient Provenance and Calibration Status
The coefficients used in Equations (
9)–(
15) are semi-quantitative calibration parameters rather than empirically fitted constants. This treatment follows the general risk-modeling principle in NIST SP 800-30 Rev. 1: a risk assessment methodology should make explicit the risk factors, value scales, and algorithms used to combine those factors, while allowing organization-specific models to define their own combination rules. The coefficients in the present model therefore serve as a transparent and reproducible mapping from observed host evidence to normalized QARS inputs, not as universal constants.
The mapping follows the following design constraints. All coefficients are non-negative, so that additional adverse evidence cannot reduce the corresponding sensitivity, exposure, or migration effort score. Sensitivity and exposure outputs are clipped to [0,1], preventing additive evidence from producing values outside the model domain. The coefficients encode ordinal priority among evidence classes: public reachability, obsolete protocol support, weak cryptographic negotiation, missing authentication, missing access control, and absence of mediation are treated as stronger exposure drivers than purely contextual indicators. The constants represent that baseline layer risk by a transport surface, runtime service, or storage path retains some residual sensitivity or exposure even when no single adverse indicator is present.
For the in-transit layer, the sensitivity rule assigns the largest contribution to the baseline transport condition, followed by legacy protocol support, weak-cipher prevalence, and public surface ratio. The corresponding exposure rule assigns the largest contribution to the baseline externally reachable communication surface, followed by public reachability, weak-cipher prevalence, and public SSH exposure. This reflects the fact that exposure is driven primarily by reachable attack surface, whereas sensitivity is driven by the protected data and cryptographic material carried by the service.
For the in-use layer, the Redis master role and append-only persistence increase sensitivity because they indicate active operational state and durable writes. Authentication and ACL presence contribute only small positive terms to sensitivity because they indicate that the service is protecting controlled data; their protective effect is modeled separately in Equation (
14), where missing authentication and missing ACLs increase exposure. Public binding is assigned the largest exposure coefficient because direct non-loopback reachability is the strongest runtime exposure driver, while proxy mediation reduces exposure by ensuring that Redis is not reached directly.
The migration effort formulas in Equations (
11) and (
15) are low-resolution planning heuristics. Each active complexity condition adds up to 0.5 years: legacy protocol support, weak-cipher pressure, and proxy-mediated service wrapping increase the migration effort because they require compatibility testing, staged rollout, and fallback management. These values are therefore treated as calibration defaults and are stress-tested in
Section 6.5.
3.5. Layer-Specific Risk Evaluation
Each data layer is evaluated independently to capture its distinct contribution to post-quantum risk:
In-transit: Characterized by public exposure, protocol negotiation properties, and cryptographic dependencies.
In-use: Determined by runtime controls, service roles, and access restrictions.
At-rest: Driven by confidentiality duration and the strength of storage protection mechanisms.
This separation is essential because quantum vulnerability manifests differently across data states, particularly in the contrast between public-key-dependent communication channels and symmetrically protected storage systems.
3.6. System-Level Aggregation
To support both strategic and operational decision-making, the model defines two complementary system-level metrics. For whole-environment assessment, the aggregate is
For near-term remediation ordering, the environment also reports
The weighted aggregate score provides an overall assessment of infrastructure risk, while the maximum-layer score identifies the most critical layer requiring immediate remediation.
Risk bands are unchanged: low for , moderate for , and high for .
3.7. Model Workflow Integration
The complete workflow of the proposed model integrates all stages from evidence acquisition to final risk evaluation. The flowchart highlights the sequential transformation of input data into actionable risk metrics and emphasizes the modular structure of the model.
This design ensures that the QARS framework remains adaptable to different infrastructure environments while preserving consistency in risk evaluation across heterogeneous systems.
3.8. Differentiation of QARS from Prior Quantum-Risk Frameworks
The QARS formulation in Equation (
1) extends a canonical five-factor formulation that has its roots in two complementary lines of work: the Mosca timeline argument [
28], which establishes the relationship
between the data-confidentiality lifetime
X, the migration time
Y, and the time
Z to a CRQC; and the CARAF framework [
25], which decomposes crypto-agility risk into a 5-step pipeline (threat vector, asset inventory, asset value, mitigation, roadmap). Both formulations contribute the underlying notion of a time-driven scoring component normalized against a quantum-threat horizon, but neither produces a per-layer numerical score that distinguishes data states.
Three components of the present work are reused from these prior formulations:
The temporal factors
and
as ratios of
and
against
and
, respectively, are the direct numerical analogue of the Mosca timeline inequality [
28];
The linear weighted aggregation of confidentiality, migration, sensitivity, exposure, and compliance is structurally consistent with the asset-value step of CARAF [
25];
The use of cryptographic asset inventories as input is consistent with NIST SP 1800-38B [
7] and OWASP CycloneDX CBOM [
27].
Three components are new in this work relative to the canonical and prior-art formulations:
The layer-specific evaluation in which the same scoring function is applied separately to in-transit, in-use, and at-rest data, producing layer-resolved scores that prior frameworks aggregate or omit;
The quantum-vulnerability attenuation mechanism of Equations (
4) and (
5), in which the
pair encodes the cryptographic distinction between Shor-vulnerable and Grover-bounded primitives;
The dual reporting of for posture and for prioritization, which is not produced by CARAF, ETSI TR 104 016, or the NIST migration practice guides.
Operationally, the model differs from prior frameworks in two respects: the inputs are derived from host-level evidence rather than from organizational self-assessment questionnaires, and the outputs are numerical layer scores rather than ordinal risk categories. A side-by-side comparison against CARAF [
25], ETSI TR 104 016 [
8], NIST SP 1800-38 [
7], the Mosca timeline argument [
28], FS-ISAC PQC migration recommendations as summarized in industry reports [
13], and CycloneDX CBOM [
27] is presented as part of the experimental evaluation in
Section 6.6.
3.9. Parameter Calibration and Justification
The parameters below combine inherited elements from [
35] (sector-specific weight calibration as a principle, as well as the Mosca-based horizon
) with new elements introduced here (
,
C, the attenuation pair
, and the aggregation weights for
). The five-factor weight vector
w is calibrated independently from the original three-factor vector (
,
,
). The model uses six families of fixed parameters: the quantum threat horizon
, the migration buffer
, the compliance penalty
C, the five-factor weight vector
w, the quantum-vulnerability attenuation pair
, and the aggregation weights for
. Each is assigned a defensible default value drawn from public guidance, with the explicit assumption that operators may re-calibrate to local conditions; the sensitivity of the final scores to these defaults is examined in
Section 6.5.
The default
years follows the most-cited median estimate of the Global Risk Institute Quantum Threat Timeline series [
36], which reports a median expert estimate of approximately 11–14 years for the appearance of a CRQC capable of breaking RSA-2048. This value is also consistent with the planning horizons referenced in NIST SP 1800-38A [
7], the UK NCSC migration timelines [
12], and the Mosca
argument [
28]. We treat
as an institutional planning constant rather than as an empirical estimate, and we accept its inherent uncertainty as part of the modeling assumption.
The default
years reflects the typical large-organization cryptographic migration cycle reported by NIST SP 1800-38A [
7], ETSI TR 103 619 [
9], and post-mortems of prior cryptographic transitions such as SHA-1 deprecation [
13,
25]. Industrial migration retrospectives identify three years as the median from formal program kickoff to fleet-wide rotation in regulated environments.
The default
reflects an additive risk floor for organizations subject to mandatory cybersecurity regulation in the EU. It is calibrated to the proportional weight of cryptographic compliance obligations under NIS2 [
30], the EU Cyber Resilience Act, and sector-specific banking and utility directives. The value is conservative: an organization under no regulatory regime would set
C closer to 0, while an organization in a heavily regulated critical-infrastructure context could justify
C as high as 0.30.
The vector
implements a critical-infrastructure profile in which time-based factors slightly outweigh impact-based factors, matching the priorities expressed in NIS2 [
30] and the NSA CNSA 2.0 advisory [
10]. Two alternative profiles are reported in the sensitivity analysis: a transit-prioritized profile and an impact-prioritized profile.
The cryptographic justification is provided in subsection “Cryptographic Rationale for
and
”. The values are not derived from experiment but from the qualitative ordering Shor ≫ Grover applied to the time-related and impact-related factor families. The robustness of layer ranking under perturbations
and
is examined in
Section 6.5.
Transport and storage receive equal weights, reflecting their equally severe but qualitatively different post-quantum exposure: transport is dominated by Shor-vulnerable key exchange, while at-rest storage is dominated by long confidentiality horizons. The in-use layer receives a smaller weight (0.20) because runtime exposure is typically controllable through operational hardening rather than through cryptographic transition. Sensitivity to alternative aggregation profiles is reported in
Section 6.5.
The thresholds partition the unit interval into three approximately equal-width bands, in line with the three-category risk reporting used in CARAF [
25], OWASP risk-rating practice, and NIS2 supervisory guidance [
30]. The 0.65 boundary corresponds to a scoring profile in which at least one of the two highest-weight factors is at or near its maximum.
3.10. Input Provenance: Observed, Assumed, and Calibrated Parameters
Not every input to QARS is directly observed; some are calibrated and others are assumed. To make this distinction explicit and auditable,
Table 3 classifies every parameter into one of three categories:
Observed: The value is computed from a host scan, configuration file, or service inventory, and an evidence trail can be reconstructed from raw outputs.
Calibrated: The value is fixed by a published reference (NIST, ETSI, NSA, IETF, or peer-reviewed) and inherits the uncertainty of that reference; it is intended to be re-tuned by the operator.
Assumed: The value is set by the authors as a modeling choice without a single dominant external reference.
This classification responds directly to the criticism that some quantities described as “derived from host evidence” are in fact heuristics. The classification informs the sensitivity analysis (
Section 6.5) and supports operator re-calibration.
3.11. Cross-Layer Interdependencies
The QARS scoring function evaluates each layer independently, which is consistent with the divide-and-conquer migration philosophy of ETSI TR 104 016 [
8] and is well suited to producing actionable per-layer remediation priorities. However, layer independence is a modeling simplification: in practice, a compromise in one layer can cascade into another, and a comprehensive risk picture must acknowledge these couplings.
Three classes of cross-layer dependency are particularly relevant to post-quantum risk:
In-use → at-rest leakage. A memory disclosure or arbitrary-read vulnerability in a service running on top of an encrypted volume effectively bypasses LUKS2 protection at the application boundary. The at-rest layer is then only as strong as the in-use layer protecting the unsealed key material. This is the dominant cross-layer channel for runtime services such as Redis, where keys exist in cleartext in the process memory while the service is running.
In-transit → in-use compromise. A successful TLS-layer attack (e.g., a downgrade to a Shor-vulnerable suite) can yield session keys whose loss exposes the runtime service. Transport-layer authentication failures degrade in-use isolation regardless of the in-use layer’s local controls.
At-rest → in-transit/in-use unsealing. TLS server private keys, SSH host keys, and OAuth signing material are typically stored at rest. A compromise of the at-rest key vault therefore exposes both transport and runtime boundaries, even if those layers report low immediate risk.
These couplings imply that the layer scores are first-order independent but second-order interdependent. Operationally, this argues that the dominant-layer remediation priority indicated by should be implemented in conjunction with hardening of the layers that gate access to its key material. Formally extending QARS to a coupled-layer model would require introducing a per-pair coupling matrix; this is left as future work.
4. Illustrative Case Study: Source Data and Extracted Evidence
The experimental evaluation of the proposed QARS model is based on structured host-level evidence collected from a controlled infrastructure dataset. The dataset consists of four workbook sheets, namely
Host_1_ports_v8,
Host_1_disk_v8,
Host_2_ports_v8, and
Host_2_disk_v8.
Table 4 summarizes the evidence used in the update.
The two hosts are not treated as independent systems but as complementary evidence sources representing different security conditions within a single infrastructure context. Host 1 serves as the baseline reference for externally exposed communication surfaces and unprotected storage conditions, while Host 2 represents a more controlled operational configuration with restricted runtime exposure and encrypted storage. This design enables a comparative evaluation of post-quantum risk under different protection scenarios while maintaining consistency across unaffected layers.
The data extraction process follows an evidence-driven approach in which raw workbook observations are transformed into structured descriptors suitable for model input. Instead of directly using raw values, the extraction procedure identifies security-relevant characteristics such as publicly reachable services, protocol versions, cryptographic configurations, authentication mechanisms, access control settings, and storage protection mechanisms. These characteristics are then normalized into intermediate descriptors that reflect the exposure, sensitivity, and operational constraints of each data layer.
For the in-transit layer, the extracted evidence captures externally accessible services, protocol negotiation properties, and cryptographic weaknesses, including legacy protocol usage and weak cipher configurations. For the in-use layer, the extraction focuses on runtime properties such as service role, binding configuration, authentication enforcement, access control mechanisms, and the presence of proxy-mediated communication. For the at-rest layer, the process identifies storage protection mechanisms, including the presence or absence of disk encryption, encryption schemes, and key-derivation configurations.
A key feature of the extraction process is its reliance on observable infrastructure evidence rather than synthetic assumptions. This ensures that the derived model inputs remain auditable and reproducible, while accurately reflecting real-world system configurations. The extracted descriptors are subsequently used as inputs to the QARS model, where they are mapped to layer-specific parameters for confidentiality duration, migration effort, sensitivity, and exposure.
The separation of evidence extraction from scoring enables a modular evaluation workflow. First, infrastructure observations are collected and transformed into standardized descriptors. Second, these descriptors are mapped to quantitative parameters. The resulting parameters are used within the scoring model to evaluate post-quantum risk across data layers. This structured approach ensures that the experimental evaluation remains consistent, transparent, and adaptable to different infrastructure environments.
4.1. Evidence Mapping from Workbook Observations
This paper does not insert raw workbook values directly into scoring. Instead, the workbook is transformed into observation scores that remain auditable. The mapping rules for each layer are presented in turn below.
4.2. Transit Layer Mapping
Let
be a legacy-TLS indicator,
the fraction of TLS services with weak ciphers,
the normalized public surface ratio, and
a public-SSH exposure indicator. Using Host 1,
The observed sensitivity and exposure are then defined as
The confidentiality horizon follows the TLS transport heuristic,
, and migration time is elevated by legacy and weak-cipher pressure, as follows:
4.3. In-Use Layer Mapping
For Redis on Host 2, let
denote master role criticality,
persistent write enablement,
successful authentication hardening,
ACL enablement,
non-loopback bind exposure, and
transport wrapping presence. The workbook gives
Because Redis holds a short-lived operational state rather than archival records, the experiment fixes
years and
4.4. At-Rest Layer Mapping
The at-rest layer uses one sensitivity value for both conditions,
, and one planning pair,
years and
years, following the disk-encryption rest heuristic. Exposure differs by observed condition as follows:
The plaintext control uses
. The LUKS2 condition uses
because the dominant control is symmetric AES-XTS-based storage encryption.
4.5. Measurement Uncertainty and Robustness of Observations
Indicator variables such as the weak-cipher ratio , the public surface ratio , the legacy-TLS indicator , and the storage-protection state depend on the scanning method, scanner version, and time of collection. To avoid overclaiming the precision of the resulting scores, three categories of uncertainty are explicitly recognized:
Detection uncertainty. Network scanners may miss services behind connection rate-limiting, port-knocking, or stateful firewalls. Conversely, banner mismatches may misclassify TLS versions when servers downgrade-fingerprint as 1.2 while accepting 1.0 at the protocol layer. We treat the indicator variables as having an uncertainty band of binary count per indicator class within the evaluated profile.
Temporal drift. A scan is a snapshot. Cipher suite and protocol-version state can change with operating system updates or load-balancer reconfigurations on the order of weeks. The scoring rules treat the most recent valid scan as ground truth, with the implicit understanding that re-scoring is required after any cryptographic configuration change.
Categorical mapping uncertainty. The mapping from raw configuration values to indicator variables (e.g., assigning
if any TLS service exhibits any version
) is a deliberate aggregation. Operators can refine this by replacing the binary
with a graded indicator without changing the structure of Equations (
9)–(
11).
Section 6.5 examines the propagation of these uncertainties into the layer scores by perturbing the observation indicators and recomputing
,
, and
. The qualitative finding–that the transport layer dominates after at-rest hardening–is found to be robust to one-step perturbations of any single indicator class.
5. Case Study Design
The experiment was designed as an evidence-based three-layer assessment of post-quantum exposure in a national infrastructure setting. A high-level conceptual infrastructure architecture shows three main layers: the user layer, the data transmission layer, and the infrastructure layer (
Figure 2).
The user layer shows user and device interaction; in this layer, data is actively in use. The transmission layer shows the movement of information across public network and secure communication channels–data is in transit. The infrastructure layer contains two additional layers. The first one is the service and data processing layer, where data is processed. This layer represents data in use. The second is the data storage layer; in this layer, data is maintained in databases and file and object storage systems, representing the at-rest state. Bidirectional arrows between storage components and the processing component show the constant movement of data–reading, writing, and storing information.
Instead of using synthetic assumptions, this study derived all its scoring inputs from host observations recorded in the supplied workbook. The environment was decomposed into in-transit, in-use, and at-rest layers because quantum-related exposure is not uniform across the data lifecycle. Communication channels are driven by public reachability, protocol age, and cryptographic negotiation properties. Active operational processing is influenced by service role and runtime controls. Stored data is driven by confidentiality duration and the strength of the protecting mechanism. Each layer was therefore evaluated separately and then recombined into a system-level result. This structure ensured that the experiment measured both total risk and the location of the dominant migration bottleneck.
The empirical basis of the experiment consisted of four workbook sheets describing two hosts. Host 1 was treated as the baseline source for public communication exposure and the unprotected storage condition. Host 2 was treated as the protected operational source for active-state processing and encrypted storage. The hosts were not interpreted as unrelated systems. They were used as complementary evidence sources in a controlled comparative design. This allowed this study to hold two layers constant while modifying only one layer between scenarios. The resulting experiment is best described as a within-case comparative design with two scenarios: a plaintext-storage control condition and a protected-storage condition.
The evaluation reported in this paper is structured as an illustrative case study rather than a statistical validation. Its purpose is to demonstrate the evidence-to-score pipeline end-to-end on real host observations, to show that the layer-resolved scores respond meaningfully to a concrete remediation actions, and to expose the model’s behavior under sensitivity perturbations of its calibration parameters. The case study is not designed to support claims about the distribution of QARS scores across a production fleet, nor the statistical generalizability of the layer ordering observed here. Those claims would require a sample of independently configured hosts, which is outside the scope of the present work and is discussed as a future work direction in
Section 7.6. The robustness evidence reported below is therefore of two kinds: structural robustness against perturbations of the calibration parameters (
Section 6.5) and qualitative consistency with the cryptographic reasoning of subsection “Cryptographic Rationale for
and
”.
The in-transit layer was instantiated from Host 1 and represented externally reachable communication surfaces through which encrypted sessions could be intercepted, downgraded, or harvested for later decryption. The workbook indicated open services on ports 22, 25, 389, 443, and 636, corresponding to SSH, SMTP, LDAP, HTTPS, and LDAPS. Four services were considered TLS-capable, three of them exhibited weak-cipher observations, and one legacy TLS 1.0 condition was present. Public SSH exposure was also retained because it enlarged the cryptographic attack surface. This layer was intentionally modeled as a mixed legacy environment rather than an idealized modern deployment. The goal was to capture a realistic communication profile in which service continuity and backward compatibility could still coexist with incomplete cryptographic modernization.
5.1. Experimental Equipment and Environment
The evaluation was conducted on two Ubuntu Server 24.04.4 LTS virtual machines hosted on a single Proxmox VE 8.4.14 hypervisor, isolated from production traffic. Both VMs were provisioned with identical resources (2 vCPU, 8 GB RAM, 32 GB virtual disk) so that observed differences in risk scoring originated from guest security configuration rather than from hardware asymmetry. Host 1 served as the baseline (public communication surface, plaintext storage), and Host 2 as the protected condition (operational Redis processing, LUKS2-encrypted root). Evidence was collected with nmap 7.94, cryptsetup 2.7.0, redis-cli 7.0.15, and standard util-linux tools. Software on the targets included OpenSSH 9.6p1 and OpenSSL 3.0.13 on both hosts, as well as Redis 7.0.15, stunnel, and an LUKS2 volume with an AES-XTS-plain64 cipher and Argon2id key derivation on Host 2.
5.2. Plaintext Control Scenario
The transit layer was evaluated from Host 1 public transport evidence, the in-use layer from Host 2 Redis evidence, and the at-rest layer from Host 1 plaintext storage. The in-use layer was instantiated from Host 2 and modeled active processing through Redis. The workbook identified Redis 7.0.15 in the master role, bound to 127.0.0.1, with protected mode enabled, authentication enabled, access control lists enabled, and append-only persistence enabled. The same host also used stunnel to forward external endpoints to local services. This detail prevented a false binary interpretation of Redis as either public or isolated. The service was modeled instead as locally constrained but operationally reachable through a mediation layer. This reflects a realistic pattern for critical environments in which sensitive runtime data is processed internally while business access is exposed through a controlled gateway.
The at-rest layer was the intervention variable of the experiment. It was evaluated under two conditions. In the control condition, storage protection was taken from Host 1, where no LUKS device was observed and the storage state was treated as plaintext for scoring purposes. In the protected condition, storage protection was taken from Host 2, where the workbook identified a LUKS2-backed encrypted root mapper protecting the Redis data path. The protection used AES-XTS-plain64 with 512-bit key material and Argon2id-based key derivation. Only this layer was changed between scenarios, while the transport and in-use layers were kept fixed. This control logic made it possible to measure the marginal effect of storage encryption on the total quantum-adjusted risk profile.
5.3. Protected Condition Scenario
The transit and in-use layers remain the same, but the at-rest layer is replaced by Host 2 LUKS2-protected storage. This design isolates the effect of storage protection without hiding the fact that transport risk remains unchanged. It is therefore appropriate for showing both absolute risk and marginal hardening benefit. The scoring stage followed the canonical structure and the three-layer logic, but it updated the calculation in two ways. First, confidentiality duration, migration time, sensitivity, and exposure were mapped from observed host evidence rather than assigned as abstract defaults. Second, the experiment introduced quantum-vulnerability attenuation for dominant symmetric protection states, following the supplied inventory logic. The critical-infrastructure weight set was retained, together with a twelve-year threat horizon and a three-year migration buffer. Classical and plaintext conditions were evaluated without attenuation. The protected at-rest condition, because it relied on symmetric storage encryption rather than a Shor-vulnerable public-key mechanism, was evaluated with reduced time-based and impact-based scaling. This prevented the model from overstating the post-quantum urgency of encrypted storage when compared with legacy public-key communication channels.
Execution proceeded in a fixed analytical sequence. Workbook observations were first normalized into measurable descriptors, such as public service count, weak-cipher ratio, legacy protocol presence, Redis role, local binding, authentication state, access control enablement, and encrypted volume presence. These descriptors were then converted into layer variables and entered into the updated QARS formula. Scores were computed separately for in-transit, in-use, and at-rest data, and then combined in two ways: a weighted aggregate score representing whole-system urgency and a maximum-layer score representing the most urgent remediation target. The design intentionally reported both measures because infrastructure decision-making requires a distinction between overall risk reduction and the persistence of a dominant unresolved layer. In practical terms, the experiment was structured to show whether improving storage protection materially lowers the aggregate score while still revealing whether legacy transport remains the main barrier to post-quantum readiness.
5.4. Reproducibility Artifacts
To support replication of all reported scores, the following artifacts are made available alongside this paper:
An anonymized version of the four-sheet workbook (Hosts_info_anon.xlsx) containing the redacted Host 1 and Host 2 evidence used in this study, with hostnames, IP addresses, and certificate fingerprints removed and service banners truncated.
A self-contained Python notebook (
qars_recompute.ipynb) that loads the workbook, computes Equations (
8)–(
16) step by step, and reproduces every numerical entry in
Table 5 and
Table 6 as well as
Figure 3.
The collection commands used to obtain raw evidence on each host, nmap -sV -p- –script ssl-enum-ciphers, lsblk -f, cryptsetup luksDump, redis-cli CONFIG GET *, and ss -tlnp, with sample output excerpts redacted to remove identifying information.
A worked-example walkthrough recomputing from the raw workbook to the final score, suitable for use as a teaching example or as an audit trail.
The artifacts are intended to be deposited in a public Git repository hosted on GitHub at the time of publication, in compliance with the host institution’s data sovereignty and cybersecurity policies. Until that point, the artifacts are available from the corresponding author upon reasonable request, in line with the data availability statement at the end of this paper. The authors note that the original incompleteness rationale for restricted access has now been narrowed to identifying material only; the computational substance is fully replicable from the artifacts above.
6. Results
6.1. Derived Layer Parameters
The evaluation results are based on the parameter values derived from the evidence-mapping process.
Table 5 summarizes the final inputs used for each data layer, including the confidentiality duration, migration time, sensitivity, exposure, and attenuation factors.
The derived values reflect distinct security characteristics across the three data states. The in-transit layer exhibits high exposure due to publicly accessible services and legacy protocol conditions, while the in-use layer shows reduced exposure as a result of enforced runtime controls. The at-rest layer demonstrates the largest variation between scenarios, depending on the presence or absence of storage encryption.
6.2. Layer-Level Results
The computed layer scores reveal a clear differentiation in post-quantum risk across data states. To support reproducibility, the intermediate temporal factors
and
are reported explicitly for each layer in
Table 7, alongside the layer-level scores
. All numerical values are reported to three decimals; rounding is applied only at the display stage and is not propagated into subsequent computations, which use full double precision. In particular, the transport-layer score is
before rounding; we display it as
.
In-transit layer. The layer score is obtained via direct substitution into Equation (
4), as follows:
The transit result is high because the communication profile still contains several characteristics associated with quantum-vulnerable exchange and traffic capture risk. The scan evidence shows five active communication services on Host 1, including SSH on port 22 and TLS-bearing services on ports 25, 389, 443, and 636. Among the TLS-capable services, three present weak-cipher evidence, and the SMTP service includes a legacy TLS 1.0 condition. The certificate profile is RSA-2048-based, so the transport layer still depends on classical public-key mechanisms. Under the updated model, this combination pushes the transit score to 0.658, just above the high-risk boundary at 0.65. This matters because it shows that the communication layer is the limiting factor for post-quantum readiness.
In-use layer. The in-use result is more controlled and lands in the moderate band at 0.395, as follows:
This layer was derived from the Redis host and shows a mixed picture. Redis is configured on 127.0.0.1, protected mode is enabled, authentication is required, access control lists are enabled, and append-only persistence is active. These settings reduce direct runtime exposure and explain why the score stays well below the transit result. At the same time, the service remains operationally reachable through stunnel bindings that accept external connections and forward them to local services; per subsection “Classification of Redis-Related Evidence”, this presence enters the score only through the runtime-mediation modifier and not as a separate transport-layer contribution. The host also runs Redis in the master role, so it remains part of an active processing path. For these reasons, the in-use layer is not low-risk, but it is clearly better controlled than the transport layer.
At-rest layer. The storage layer exhibits the most significant contrast between the evaluated scenarios. In the plaintext condition, the score reaches
, representing the highest risk among all layers, as follows:
This is primarily due to long confidentiality requirements combined with the absence of cryptographic protection. In contrast, the protected condition yields a substantially reduced score of
, as follows:
where the bracketed quantities show the attenuated factors
,
,
, and
. The introduction of LUKS2-based AES-XTS-plain64 encryption with Argon2id key derivation, combined with the application of quantum-vulnerability attenuation, reduces both time-based and exposure-related risk contributions by approximately
. This demonstrates the effectiveness of symmetric encryption in mitigating post-quantum risk for stored data when the dominant control is Grover-bounded rather than Shor-vulnerable.
6.3. System-Level Results
The system-level evaluation combines layer scores using both aggregate and maximum-layer perspectives.
Table 6 reports both the weighted aggregate score and the max-layer score.
The results show a clear shift in the dominant source of quantum-adjusted risk after storage protection is introduced. In the plaintext control scenario, the weighted aggregate score is , placing the system in the high-risk category. After introducing storage protection, the aggregate score decreases to , corresponding to a moderate-risk classification. This represents an absolute reduction of approximately 0.293, or 41.5%, indicating a substantial improvement in overall security posture.
However, the maximum-layer score remains essentially unchanged at , which is still within the high-risk band. This result highlights that the dominant risk shifts rather than disappears. Specifically, while the at-rest layer is significantly improved, the in-transit layer becomes the primary limiting factor for post-quantum readiness.
6.4. Comparative Analysis of Scenarios
The comparison between plaintext and protected scenarios reveals a structural redistribution of risk across layers. In the baseline configuration, the system is dominated by storage-related risk due to the absence of encryption and long confidentiality requirements. Once storage protection is introduced, this dominance is removed, and the risk profile becomes transport-driven. This shift is clearly illustrated in
Figure 3, where the at-rest score decreases dramatically while the in-transit score remains unchanged.
The results confirm that improvements in one layer do not necessarily translate into overall risk elimination but instead reallocate the dominant source of exposure. Relative to the plaintext control, the protected condition reduces the weighted aggregate score
by 0.293 points, corresponding to a 41.5% reduction. At the layer level, the at-rest score
falls by 0.734 points (80.4%), while
and
remain unchanged because the introduced control acts only on the storage path. The combination of aggregate and maximum-layer metrics is therefore necessary: the aggregate captures total urgency reduction, while
shows that migration priority has shifted to–but has not been resolved at–the communication layer. Within the scope of this case study, four observations follow from the layer-resolved scores: (i) the post-quantum exposure of the two reference configurations is markedly uneven across data states, and a single system-level metric does not surface this unevenness; (ii) evidence-based at-rest hardening produces a substantial aggregate risk reduction but does not eliminate system-level exposure; (iii) the transport layer remains the dominant source of post-quantum exposure in both scenarios because of its reliance on quantum-vulnerable public-key mechanisms; and (iv) layer-specific scoring is necessary to direct remediation effort to where it actually pays off. These observations are illustrative rather than statistically generalized; the latter would require a multi-host evaluation, as discussed in
Section 7.6.
6.5. Sensitivity Analysis
This subsection reports a one-at-a-time sensitivity analysis of
and
in the LUKS2-protected scenario. For each parameter family, the parameter is varied across a defensible range while all others are held at their nominal values from
Section 3.9. The objective is twofold: to quantify how much the absolute score changes, and to test whether the qualitative ordering
in the protected scenario is preserved.
6.5.1. Sensitivity to the Quantum-Threat Horizon and Migration Buffer
Because the temporal factors
and
scale inversely with
and
, these two parameters have the largest mechanical effect on the score.
Table 8 reports
and
over
years (representing aggressive-to-conservative quantum-threat scenarios consistent with the GRI 2024 timeline distribution [
36]) and
years.
Three observations follow. First, the aggregate score stays in the moderate band () across the entire grid. Second, stays in the high band () for short-horizon configurations () and crosses into the moderate band only for very conservative configurations ( combined with ). Third, the transport layer remains the dominant layer in every cell of the grid: the qualitative remediation conclusion is therefore robust to wide perturbations of the timeline assumptions.
6.5.2. Sensitivity to Attenuation Coefficients and
The Grover-bounded justification of
and
in the subsection “Cryptographic Rationale for
and
” is qualitative rather than experimental.
Table 9 reports
and
across a
perturbation around each nominal coefficient.
Across the perturbation range, varies between approximately 0.110 and 0.221, well within the low-risk band () for every tested combination. The transport layer () therefore continues to dominate , and the aggregate stays in the moderate band. The qualitative conclusion that LUKS2 protection drops the storage layer out of the dominant role is therefore not driven by the specific numerical choice of .
6.5.3. Sensitivity to Aggregation Weights
As equal-weight aggregation may not reflect different business priorities (e.g., long-term storage versus temporary transit),
Table 10 reports
under three alternative aggregation profiles. The transit-prioritized profile reflects organizations with high external attack-surface exposure; the storage-prioritized profile reflects archival-heavy environments such as legal record-keeping or genomic data repositories; and the equal-weight profile reflects organizations without a dominant priority.
The aggregate score varies between 0.318 (storage-prioritized) and 0.510 (transit-prioritized), reflecting the genuinely different risk pictures faced by organizations with different strategic priorities. Importantly, the transport-prioritized profile leaves the score firmly in the moderate band, while the storage-prioritized profile pushes the score into the low band only because the storage layer has been hardened. In every profile, the transport layer remains the dominant single layer (), and so the migration prioritization conclusion does not depend on the choice of aggregation weights.
6.5.4. Sensitivity to Risk Thresholds
Moving the moderate/high threshold from 0.65 to 0.60 would re-classify two of the four sensitivity cells in
Table 8 as high-risk; moving it to 0.70 would re-classify the nominal
cell as moderate. The bands are therefore advisory rather than absolute, and operators with stronger or weaker risk appetites should adjust accordingly. The 0.35/0.65 partition adopted in this paper is consistent with the three-band partitioning recommended by CARAF [
25].
6.6. Positioning of QARS Relative to Existing Frameworks
The purpose of this subsection is to position QARS relative to existing post-quantum migration and crypto-agility frameworks, not to benchmark its numerical performance against them. Of the frameworks compared below, only CARAF [
25] produces a structured risk output, and that output is ordinal and system-level rather than continuous and layer-resolved; the remaining frameworks deliver migration playbooks, discovery artifacts, asset inventory schemas, or wire-format specifications rather than risk scores. A direct numerical comparison on the same host evidence is therefore not meaningful, and
Table 11 accordingly characterizes each framework along the dimensions that define its scope output.
The positioning clarifies the complementary niche of QARS rather than asserting superiority: QARS provides a numerical, layer-resolved score that can serve as input to higher-level frameworks rather than as a replacement for them. CARAF’s roadmap stage, ETSI’s stage-2 migration plan, and NIST’s interoperability testing all benefit from a quantitative layer-resolved input that QARS produces. Conversely, QARS does not replace cryptographic discovery (NIST SP 1800-38B), wire-format specification (IETF), or asset inventory schema (CBOM); it consumes those artifacts.
7. Discussion
The results demonstrate that post-quantum risk in enterprise infrastructure is inherently uneven across data layers and cannot be accurately represented by a uniform system-level metric. Instead, the proposed layer-specific approach reveals how different protection mechanisms influence both the magnitude and distribution of risk.
7.1. Interpretation of Layer-Specific Risk
The experimental findings confirm that the dominant source of post-quantum risk depends on the protection state of the infrastructure. In the plaintext control scenario, the at-rest layer exhibits the highest score due to the combination of long confidentiality requirements and the absence of cryptographic protection. This aligns with theoretical expectations, as unprotected long-term storage is highly vulnerable to delayed-decryption attacks in a post-quantum context.
However, once storage protection is introduced, the risk profile changes significantly. The at-rest layer no longer dominates due to the application of symmetric encryption and the associated attenuation of quantum vulnerability. Instead, the transport layer becomes the primary source of risk. This shift highlights a key property of post-quantum migration: risk is not eliminated by improving a single layer, but is rather redistributed across the system.
The divergence between the aggregate score and the maximum-layer score provides important insight into infrastructure security assessment. The reduction in the weighted aggregate score from high to moderate indicates that storage hardening has a substantial impact on overall system posture. At the same time, the persistence of a high maximum-layer score reveals that critical vulnerabilities remain unresolved.
This distinction directly addresses RQ1, demonstrating that layer-specific scoring provides a more informative and operationally relevant representation of post-quantum exposure than uniform system-level assessment. The results further address RQ2 by showing that strengthening the at-rest layer significantly reduces aggregate risk, while RQ3 is answered by confirming that transport exposure remains the dominant migration priority even after storage protection is applied.
From an operational perspective, this implies that organizations should not interpret improvements in aggregate metrics as sufficient evidence of readiness. Instead, remediation efforts must prioritize the most exposed layer, which in this case remains the communication infrastructure.
7.2. Implications for Post-Quantum Migration Strategy
The findings suggest that post-quantum migration should follow a layer-aware prioritization strategy. While storage encryption is effective in mitigating long-term confidentiality risks, it does not address vulnerabilities associated with public-key-based communication protocols. Consequently, transport-layer modernization, including the adoption of quantum-resistant key exchange and authentication mechanisms, should be treated as the primary migration objective.
At the same time, the moderate score of the in-use layer indicates that runtime controls can effectively reduce exposure without requiring immediate cryptographic transformation. This supports a phased migration approach in which transport security is addressed first, followed by gradual improvements in runtime and storage environments.
7.3. Operational Transport-Layer Modernization Plan
The persistently high in both scenarios is a direct consequence of three observable evidence types in Hosts_info.xlsx: the presence of a TLS 1.0 listener, the negotiation of CBC-mode cipher suites, and the use of an RSA-only certificate without hybrid key-exchange support. Each of these is independently remediable, and the QARS framework provides explicit hooks for re-evaluating the score after remediation. The recommended four-stage remediation sequence is therefore as follows.
Stage 1–Removal of obsolete TLS versions. The TLS 1.0 endpoint is disabled at the load-balancer and on each backend service; the supported version floor is raised to TLS 1.2. This change does not, on its own, alter the layer’s quantum exposure , but it removes a non-quantum cryptographic weakness that would otherwise dominate the residual risk and obscure the quantum signal during follow-up audits. The corresponding cell in Hosts_info.xlsx (sheet “In-Transit”, field “TLS versions”) is updated, and the transit-layer score is recomputed.
Stage 2–Retirement of weak-cipher suites. CBC-mode and SHA-1-based suites are removed, and the AEAD-only profile (AES-GCM, ChaCha20-Poly1305) is enforced. This is again a non-quantum hardening step, but it is required before the hybrid key-exchange experiments in Stage 3 can produce meaningful results because hybrid suites are only standardized on top of AEAD profiles [
47,
48].
Stage 3–Baselining TLS 1.3. TLS 1.3 is made the default and the minimum negotiable version. At this point, the transport layer carries no exploitable confidentiality weakness against a classical adversary, but it remains fully quantum-vulnerable: the X25519 and ECDHE key exchanges are recoverable by Shor’s algorithm [
1,
10]. The QARS quantum-vulnerability flag for the transit layer therefore stays at
, and
does not yet decrease.
Stage 4–Hybrid post-quantum key exchange. The deployment is upgraded to a hybrid key-exchange group such as
X25519MLKEM768, in line with the IETF hybrid TLS design [
47,
48] and the NIST migration testbeds [
7]. Once the hybrid group is negotiated for at least 95% of inbound traffic and signing certificates remain classical, the transit-layer attenuation can be reduced from
to the at-rest setting
, with the precise value determined by the operator’s risk tolerance and the proportion of pre-quantum-only fallbacks observed in monitoring. The recomputed
is then re-aggregated with the existing
and
to produce the post-remediation
and
.
This staged plan illustrates a key methodological property of QARS: the score is not a one-shot diagnosis but an instrument that can be recomputed after each remediation step, enabling operators to verify that hardening is actually moving the metric in the expected direction. The same recomputation hook applies to in-use and at-rest changes; what is specific to transport is the asymmetry between non-quantum hardening (Stages 1–2) and quantum hardening (Stages 3–4), and the fact that only the latter modifies .
7.4. Saturation Behavior of the Bounded Operators
The model contains two bounded operators: the
cap on temporal factors
and
in Equation (
2), and the
operator on the layer score in Equation (
1). Neither operator activates in the case-study data reported in
Section 6. The temporal factors range from
to
(
Table 7), well below the cap of 2; the layer scores range from
to
, well below the clip threshold of 1. Under the nominal calibration (
,
), the temporal cap would activate only for
years or
years, and the layer-score clip would activate only when the weighted sum of the factors exceeds unity. These conditions describe archival storage with very long retention horizons or estates with stalled migration programs, neither of which is present in the evaluated configurations.
The ceiling-effect compression discussed in earlier drafts of this paper–in which two infrastructures with materially different underlying exposures receive the same saturated score–therefore describes a known limitation of the bounded-aggregation design that is not exercised by the present case study. It is recorded as a limitation in
Section 7.6.
A symmetric floor concern operates at the lower end. After at-rest hardening, the at-rest layer score drops to , well above zero but below the moderate threshold of . This score does not reflect residual operational risk from key-management practices, vault-unsealing procedures, or backup encryption coverage; these are tracked separately through in-use evidence. Operators interpreting low at-rest scores should treat them as conditional on sound key management rather than as absolute statements of safety.
7.5. Cross-Layer Dependencies and Their Effect on Remediation Order
The cross-layer dependencies introduced in
Section 3.11 have direct implications for how remediation should be sequenced in practice. Three sequencing rules follow from these cross-layer mappings. First, transport hardening must precede any reliance on encrypted application-layer payloads as the primary in-use control: as long as the TLS endpoint terminates plaintext traffic on a host with high in-use exposure (active SUID binaries, shell access, weak process isolation), the assumption that the application sees only ciphertext is unsafe, and double-counting of
stunnel-style overlays should be avoided per subsection “Classification of Redis-Related Evidence”. Second, in-use hardening must precede any claim that at-rest encryption protects against runtime key extraction: if the in-use layer contains conditions that allow a privileged process to read the LUKS2 master key from the kernel memory, the at-rest score is operationally meaningless. The model captures this by treating in-use evidence as a precondition in the provenance table, but the score itself does not enforce ordering. Third, key-management workflows for at-rest encryption (vault unsealing, key rotation, escrow) sit at the boundary between in-use and at-rest, and improvements in either layer can shift the effective
of the other: a hardware-isolated key store reduces the residual exposure of LUKS2 even when the in-use layer is otherwise unchanged. These observations motivate the layered remediation order “transport → in-use → at-rest key management” and explain why the maximum-layer score
remains a more reliable migration priority indicator than
alone.
7.6. Limitations
Several limitations of the present study should be acknowledged.
The evaluation reported in this paper is an illustrative case study based on two hosts in a within-case comparative design. This supports the demonstration of the evidence-to-score pipeline and a controlled before/after comparison of storage hardening, but it does not constitute a sample from which statistical inference can be drawn: this case study does not establish a distribution of layer scores across independently configured hosts, does not quantify the variance of the observed layer ordering, and does not validate fleet-level aggregation rules. A multi-host extension across independently configured hosts, along with reported per-layer score ranges, is identified as primary direction for future work. The claims of this paper should be read as qualitative and configuration-specific rather than as statistical properties of QARS on a production fleet.
The cross-layer interdependencies discussed in
Section 7.5 are reasoned about analytically and via the provenance taxonomy, but they are not exercised under load. A multi-host deployment with realistic east–west traffic, shared key-management infrastructure, and observability pipelines would allow these dependencies to be measured directly rather than asserted. This is a known limitation that constrains the strength of conclusions about emergent system behavior.
The mapping from observed evidence to scoring parameters involves heuristic transformations that, although transparent and auditable, may not fully capture all aspects of real-world risk. For example, sensitivity and exposure are derived from selected indicators and may vary depending on domain-specific factors not included in the model.
The quantum threat horizon
and migration time
are calibrated against published estimates, but as the sensitivity analysis in
Section 6.5 shows, varying them within the credible range moves the protected
by approximately
. Operators with strong priors on either parameter should re-run the recomputation notebook with their own values rather than treat the reported numbers as definitive.
The attenuation model uses two discrete settings for (0.15 for symmetric protection, and 1.0 for unprotected or public-key-only paths) and a single setting for . While this is appropriate for symmetric encryption versus public-key cryptography, hybrid and emerging cryptographic schemes (lattice-based KEMs combined with classical ECDHE, hash-based signatures alongside RSA) occupy intermediate positions on the quantum-vulnerability spectrum and would benefit from a continuous parameterized by residual classical strength and Grover-bounded symmetric strength. This is a planned direction for follow-up work.
The bounded operators discussed in
Section 7.4 would reduce discriminative power in the environments reaching their saturation regions; these regions are not reached in the present case study but constrain use of the raw score in archival or migration-stalled estates.
8. Conclusions
This paper presented an evidence-based Quantum-Adjusted Risk Scoring (QARS) model for evaluating post-quantum exposure across enterprise infrastructure. The proposed approach addresses a key limitation of existing methods by distinguishing between data in transit, in use, and at rest, as well as by enabling direct comparison of risk across these layers within a unified framework and by deriving every input from observable host evidence rather than from analyst opinion.
The contribution sits in a specific niche relative to prior work: the model is layer-resolved (where Mosca’s inequality is system-level), it produces a continuous numerical score (where CARAF and ETSI TR 104 016 produce roadmap stages), and it consumes the cryptographic discovery artifacts standardized by NIST SP 1800-38B and CycloneDX CBOM rather than re-implementing them. Three components are reused from prior work–the time-budget intuition of Mosca, the qualitative ordering Shor ≫ Grover used in attenuation, and the layer-resolved framing inherited from the data-state taxonomy–and three are introduced here: a Grover-bounded attenuation factor with explicit cryptographic justification, an evidence-to-feature mapping that makes every input auditable, and a dual-metric (, ) reporting scheme that separates aggregate progress from migration priority.
The case study results illustrate that post-quantum risk can be markedly uneven across data states in realistic configurations and that this unevenness is not visible under uniform system-level assessment. Whether this pattern holds across a representative production estate is an open question that requires a multi-host evaluation; the present work is restricted to a two-host illustrative scope and reports parameter sensitivity rather than fleet-level statistics. At the design level, the introduction of quantum-vulnerability attenuation for symmetric protection mechanisms significantly alters the interpretation of storage-related risk, preventing overestimation of urgency in protected at-rest environments. At the same time, the findings show that improvements in one layer do not eliminate overall risk but instead shift the dominant source of exposure: in the evaluated scenarios, storage hardening reduces the aggregate score by 41.5% (from 0.707 to 0.414), yet the transport layer remains the primary bottleneck at due to its dependence on quantum-vulnerable public-key mechanisms.
The sensitivity analysis confirms that this qualitative ordering is robust to plausible perturbations of the calibration parameters. Across a grid of and values, in the protected scenario varies between 0.374 and 0.477, and remains transport-dominated for all settings with years. Perturbing and by shifts the protected by less than 0.05 points. Alternative aggregation profiles that prioritize transit, storage, or in-use exposure produce values in the range but never alter the layer ordering. The qualitative conclusion that transport modernization is the priority therefore does not depend on the specific defaults chosen.
The four-stage operational transport-layer modernization plan–TLS 1.0 retirement, weak-cipher removal, TLS 1.3 baselining, and hybrid post-quantum key exchange–shows how the QARS score can be re-evaluated after each remediation step using the same observation pipeline, providing operators with a continuous progress indicator rather than a one-shot diagnosis.
The dual-metric evaluation, combining weighted aggregate and maximum-layer scores, provides complementary perspectives for decision-making. While the aggregate score reflects overall system posture, the maximum-layer score identifies the most critical component requiring immediate remediation. Cross-layer interdependencies–in-use compromise leaking at-rest keys, transit compromise propagating to in-use, and at-rest compromise unsealing transport credentials–imply that the dominant-layer priority should always be implemented together with hardening of the layers that gate access to its key material.
The proposed model is based on observable host evidence, ensuring that risk assessments remain transparent, reproducible, and aligned with real-world infrastructure conditions; the anonymized dataset, recomputation notebook, and evidence-collection commands are scheduled for public release alongside this paper. Limitations include the two-host validation scope, the binary attenuation parameterization, and the discriminative compression that the bounded operators would introduce in environments, reaching the saturation regions described in
Section 7.4. Future work should extend the model to larger and more heterogeneous environments with measured cross-layer traffic, replace the binary
with a continuous Grover-bounded function, refine parameter estimation using empirical datasets, and incorporate additional dimensions such as integrity and availability. Integration of hybrid and evolving post-quantum cryptographic mechanisms–particularly emerging hash-based and code-based signatures–into the scoring framework represents an important direction for further research.
The QARS model provides a practical and extensible approach for assessing post-quantum readiness, supporting informed decision-making and enabling structured prioritization of migration efforts across enterprise infrastructure.