• Loading stock data...
Finance Development Featured Technology

Artificial bugs for enhanced cybersecurity

One-fifth of all cyberattacks target the financial sector, a share that is widely expected to rise. As cyberattacks become more frequent, the quantification and measurement of cyber risk and uncertainty will become pressing issues for policymakers. This column discusses the benefits of ‘bug bounty’ programmes, in which external agents are invited to search for a system’s vulnerabilities (bugs) in exchange for rewards (bounty). The authors describe how the programmes work, illustrate various ways to implement them, and suggest augmenting existing programmes by inserting artificial bugs to enhance the incentives.

Most people are aware that cyberattacks occur, but few realise that the number of cyberattacks has doubled since 2019, before the onset of the COVID-19 pandemic (Jamilov et al. 2023). Most of us are unaware of this increase because the direct losses reported after the attacks were not particularly great. Yet, this situation may soon change – the risks of extreme losses are as great as the increase in attacks, and the financial sector is particularly at risk. Currently, one-fifth of all cyberattacks target this sector, and this share is expected to rise in the short term (IMF 2024).

So far, cyber incidents in the financial sector have not been systemic, but the  interconnectedness of the sector’s financial and technological aspects puts its stability at high risk (Glasserman and Young 2016). These risks vary with the type of interconnectedness concerned. At the technological level, for instance, a disruption of critical services can occur. More generally, disruptions can entail a lack of trust in the entire system.

A ransomware attack on the Industrial and Commercial Bank of China had an impact on the US treasury market, disrupting trade (Financial Times 2023). Such global effects are reinforced by two further problems: first, the current level of reporting in the financial sector is insufficient; second, the current solutions for insurability do not account for fast-changing risks. Insurers have trouble adapting their pace to the continuous advent of new, changing risks, and the design of efficient boundaries for insurability is a recurring challenge.

As cyberattacks become more frequent, and uncertainty grows about potential future events, quantification and measurement of cyber risk and uncertainty will become pressing issues for policymakers and scholars alike.

The assessment of risks and losses from cyberattacks

For both insurers and insurees, the correct and efficient appraisal of losses is key, be it for incurred risks – with the purpose of designing appropriate insurance solutions – or for already incurred losses and estimation in case of damage. Traditionally, a company’s losses from cyberattacks could be measured in terms of production losses, information losses, reputation losses, or through changes in market capitalisation. These categories no longer suffice. The assessment of risks must be diversified, and new policy approaches are now being explored.

There are several ways to evaluate, measure, mitigate, and prevent cyberattacks. Some methods advocate close monitoring for early risk recognition, others are based on system testing (Dreyer et al. 2018). In this column, we focus on a new proposal to develop cyber risk testing with crowdsourced security and artificial bugs.

Crowdsourced security

In 2019, a “significant flaw” was discovered in the proposed Swiss e-voting system. Given the danger of potential vote manipulation, the Federal Council paused development and ordered a redesign of the system (Federal Chancellery of Switzerland 2019). The discovery of an attack was part of a public intrusion test in which ‘ethical hackers’ probed the software and reported any vulnerabilities in exchange for monetary rewards. This type of programme, often called ‘bug bounty’ or ‘crowdsourced security’, has become a major tool for detecting software vulnerabilities, used by firms and government organisations (Malladi and Subramanian 2020). In fact, the success of crowdsourced security in recent years has led the authorities to adopt bug bounty programmes systematically as a measure of governmental cybersecurity. In a recent press release, the Federal Council of Switzerland stated that “standardised security tests are no longer sufficient to uncover hidden loopholes. Therefore, in the future, it is intended that ethical hackers will search through the Federal Administration’s productive IT systems and applications for vulnerabilities as part of so-called bug bounty programmes” (Federal Department of Finance of Switzerland 2022).

Despite its promise, crowdsourced security has major inefficiencies due to the misalignment of incentives (Akgul et al. 2023). First, bug bounty programmes create contests between ethical researchers. Since participating in a programme is costly in terms of time and resources, each hacker must make a strategic decision about which programme to participate in, if any. This creates a crowding-out effect, whereby the incentives to participate in a certain programme decline as more hackers are expected to participate. Second, there is tremendous inefficiency in triage and verification efforts. Zhao et al. (2017) report that, across major bug bounty platforms, less than 25% of submissions are valid. Third, interest and participation in these programmes are difficult to sustain. Maillart et al. (2017) and Sridhar et al. (2021) show that bug bounty programmes meet less engagement over time, resulting in the probability of finding bugs decaying consistent with the power law.

A new proposal: Artificial bugs

One of the most promising ways to evaluate risks and potential damage from cyberattacks is to simulate controlled cyberattacks under real-life conditions, as currently practiced by the ECB’s cyber risk stress testing framework (ECB 2024).

Along the same line as the ECB’s framework, a recent scientific article by Gersbach et al. (2024) proposes a testing process for systems that consists of an invited cyberattack against a system containing (1) artificially inserted bugs, and (2) potential yet unknown ‘real’ (organic) bugs. In crowdsourced security, finding bugs is rewarded by monetary or reputational capital, so inserting artificial bugs into the system raises the chances of invited ethical cyber attackers finding bugs and obtaining a reward. This should provide greater incentives to participate in the bug search, triggering stricter testing than a process in which only organic bugs can be found. This ‘crowdsearch process’ (Gersbach et al. 2023) allows us to find the organic bugs in any system, fix them, and increase system safety.

The key to bug bounty programmes is the reward system, which generates incentives to participate in the search. Our suggestion – to augment the system by inserting artificial bugs, which would raise the chances of finding a bug and being rewarded – should prove especially helpful, as the total budget for rewards is usually limited. Additionally, the importance that designers attach to finding organic bugs can vary. There might be less important organic bugs, which do not immediately endanger the well-functioning of a system, and more threatening organic bugs, which must be found before they can damage the system. If finding organic bugs is valued by the designer, it will be useful to augment the incentives for participating in the crowdsearch contest by inserting artificial bugs. With the insertion of artificial bugs, the incentives to participate rise to overcome the crowding-out effect, which in turn might allow for a lower budget for rewards, entailing a search for organic bugs at lower costs.

Inserting artificial bugs can also address other inefficiencies in crowdsourced security. For example, artificial bugs can help screen invalid and spurious submissions by allowing organisations to prioritise submissions from researchers who also reported artificial bugs. Additionally, inserting artificial bugs may help sustain interest over time by promoting new opportunities for rewards.

As to the design of the crowdsearch contest in practice, one could envision several ways to proceed. For instance, the reward granted for artificial bugs might differ from the reward for organic bugs. Then, the organisation would have to be able to prove to the crowdsearch participants which bugs were artificial, and which were not. The organisation might also have to prove that there was indeed an artificial bug in the system if it is not found during the crowdsearch. Variants require credible approaches, such as asymmetric encryption commitment schemes or zero-knowledge proofs. Which approach is the most useful will depend on the specific applications as well as the reputation and engineering capabilities of the bug bounty designer. Hence, the inserted bug can be chosen if a zero-knowledge proof for it is available. For instance, a zero-knowledge proof requires sophisticated compilers, but a key benefit of zero-knowledge proofs over other approaches is that participants can verify at the start rather than the end of the crowdsearch that an artificial bug exists.

Conclusion

With the simple device of artificial bugs, we expect to improve the appeal and effectiveness of bug bounty systems and reduce cyber risk. The potential losses generated by organic bugs can endanger entire interconnected systems on which society depends, so it is crucial to find such bugs as efficiently as possible in a cost-saving manner. Artificial bugs can be designed in versatile ways, from very simple bugs that yield fast rewards and attract many participants to sophisticated bugs that only cutting-edge crowdsearch participants will find, proving that the crowdsearch was operated at a high level. It is time now to experiment with artificial bugs in all variants, with different reward frameworks, to assess which crowdsearch contests are the best. 

Source : VOXeu

GLOBAL BUSINESS AND FINANCE MAGAZINE

GLOBAL BUSINESS AND FINANCE MAGAZINE

About Author

Leave a comment

Your email address will not be published. Required fields are marked *

You may also like

Technology

Has the Digital Markets Act got it wrong on app stores?

Apple’s iPhone and Google’s Android mobile operating system dominate the smartphone market. The two companies also control the app stores
Business Technology

How to fix the European Union’s proposed Data Act

The draft European Union Data Act, proposed by the European Commission in February 2022, aims to fill a big gap in