Loughborough University A.I CyberSecurity Scoring
02/04/2026
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Loughborough University in 2026.
No incidents recorded for Loughborough University in 2026.
No incidents recorded for Loughborough University in 2026.
Higher Education
Washington University in St. Louis, a medium-sized, independent university, is dedicated to challenging its faculty and students alike to seek new knowledge and greater understanding of an ever-changing, multicultural world. The university has played an integral role in the history and continuing growth of St. Louis and benefits in turn from the wide array of social, cultural and recreational opportunities offered by the metropolitan area to its more than 2.8 million residents. The mission of Washington University in St. Louis is the promotion of learning — learning by students and by faculty. Teaching, the transmission of knowledge, is central to our mission, as is research, the creation of new knowledge.
The Georgia Institute of Technology is one of the nation's premier research universities providing a focused, technologically based education to more than 25,000 undergraduate and graduate students . Ranked seventh among U.S. News & World Report's top public universities, Georgia Tech offers degrees through the Colleges of Business, Computing, Design, Engineering, Liberal Arts and Sciences. The Institute offers research opportunities to both undergraduate and graduate students and is home to more than 100 centers that consistently contribute vital innovation to American government, industry, and business.
Founded in 1889, The University of New Mexico now occupies 600 acres along old Route 66 in the heart of Albuquerque, a city of more than 700,000 people. From the magnificent mesas to the west, past the banks of the historic Rio Grande to the Sandia Mountains to the east, Albuquerque is a blend of culture and cuisine, styles and stories, people, pursuits and panoramas. Offering a distinctive campus environment with a Pueblo Revival architectural theme, the campus echoes the buildings of nearby Pueblo Indian villages. The nationally recognized Campus Arboretum and the popular Duck Pond offer an outstanding botanical experience in the midst of one of New Mexico's great public open spaces.
One of the largest universities in the United States, The Ohio State University is a leading research university and the model for Ohio's public higher education institutes. Founded in 1870 as a land-grant university, it consistently ranks as one of the top public universities in the United States. The main campus is located in Columbus, and regional campuses are located in Lima, Mansfield, Marion, Newark and Wooster.
The University of New South Wales (UNSW) is one of Australia's leading research and teaching universities. Established in 1949, UNSW has expanded rapidly and now has more than 52,000 students, including more than 14,000 international students from over 130 different countries. UNSW offers more than 300 undergraduate and 600 postgraduate programs, and has developed an extensive network of alumni chapters throughout Asia. UNSW is a founding member of the prestigious Group of Eight research intensive universities in Australia and a member of the Universitas 21 international consortium. The main UNSW campus is located on a 38-hectare site at Kensington, in Sydney. Other campuses are UNSW Art and Design (Paddington), UNSW Canberra (Canberra City and Australian Defence Force Academy), and sub-campuses at Randwick and Coogee, as well as research stations around NSW. We believe in academic freedom, so posts do not necessarily represent official UNSW views. Read our Social Media Terms of Service at www.unsw.to/sm UNSW Sydney CRICOS no.00098G facebook.com/unsw twitter.com/unsw instagram.com/unsw youtube.com/unsw
On our beautiful campus spanning the Iowa River, our faculty and staff enjoy access to an array of cultural, educational, and recreational activities. With more than 30,000 students, more than 14,000 employees, and a budget of $3 billion, the University of Iowa is one of the nation's top public research universities.
Founded in 1927, the University of Houston is the leading public research university in the vibrant international city of Houston. Each year, we educate more than 47,000 students in more than 250 undergraduate and graduate academic programs, on campus and online. UH awards over 10,000 degrees annually, with more than 332,000 alumni.
The University of Texas at Austin is one of the largest public universities in the United States. Founded in 1883, the University has grown from a single building, eight teachers, two departments and 221 students to a 350-acre main campus with 21,000 faculty and staff, 16 colleges and schools and more than 50,000 students.
Galileo Global Education, world leader in independent higher education with 210,000 students, 61 schools and 106 campuses in 18 countries, placed employability and innovation at the heart of its strategy for 15 years. Galileo Global Education's mission is to enable everyone, regardless of their starting point, to unleash their potential and boost their long term employability. Our vision: to move the lines of the world of Education through innovation, and the hybridization of disciplines, pedagogies, schools and geographies. The Group's schools, specialized in particular in the fields of digital, business, design, digital communication, health, arts and culture, share the same vision of higher education: the importance of interdisciplinarity, supervision of students, high quality training, international culture and professional integration.
Latest updates, reports, and threat intel affecting the global network.
Organised by Eskenzi PR in media partnership with the IT Security Guru, the Most Inspiring Women in Cyber Awards aim to shed light on the...
As the festive season approaches and many of us wind down for the holidays, cybercriminals are gearing up. Christmas is one of the busiest...
Professor of Cyber Security launches A to Z of AI children's book ... Oli Buckley, Professor in Cyber Security at Loughborough University, has...
Some episodes of The Segment hit closer to home than others. This one is personal. More than 21 years ago, Carl Froggett interviewed me for...
Real cyber-security resilience demands far more than just ticking boxes. It requires reshaping fundamental behaviours, language and...
Happy Tuesday! This is Andrea Jiménez, the tech bureau's news aide, rounding out your news for the week. (Mihailo Milanovic/iStockphoto).
Millions of customers were affected as outages were reported at HM Revenue & Customs (HMRC) as well as at Snapchat, Starbucks,...
Users reported outages with Snapchat, WhatsApp, Signal and Zoom, as well as Google and YouTube. AWS said the underlying issue has been...
At IAA Mobility 2025, Counterpoint Research's Senior Analyst Murtuza Ali and Associate Director Greg Basich met with Brian Witten,...
FOSSBilling is a free, open-source billing and client management system. In versions 0.5.6 through 0.7.2, when a `ClientPasswordReset` record already exists for a client (from a previous unexpired reset request), subsequent calls to the `reset_password` guest API endpoint reuse the existing token instead of generating a new one. The 15-minute validity window is anchored to the first request's `created_at` timestamp, not the time of the most recent email. An attacker who obtained the original reset link remains able to use it even after the victim requests a new reset, because the original token is never invalidated or rotated. Version 0.8.0 patches the issue. Some workarounds are available. Configure a reverse proxy (e.g., Nginx, Apache, Cloudflare) to apply per-IP rate limiting to the `/client/reset-password` endpoint to minimize the window of opportunity, and/or manually clear expired `client_password_reset` records from the database after a client reports a suspected compromise.
FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 allow a low-privileged staff account to grant arbitrary module permissions to itself through the admin API, resulting in persistent privilege escalation. A staff user that only has `staff.create_and_edit_staff` can call `/api/admin/staff/permissions_update` targeting their own account and write any permission structure, bypassing the intended role-based access control boundary. Version 0.8.0 patches the issue. Some workarounds are available. Restrict the `staff.create_and_edit_staff` permission to only highly trusted staff members and/or use a reverse proxy or WAF to restrict access to `/api/admin/staff/permissions_update` to specific trusted roles.
FOSSBilling is a free, open-source billing and client management system. Versions 0.5.3 through 0.7.2 allow authenticated clients to both read and reset API key service secrets for orders that are no longer in an `active` state (e.g., `suspended`, `canceled`). The root cause is missing order-state validation in two client API endpoints, despite an `isActive()` helper already existing in the `Serviceapikey` module and the frontend UI correctly gating access on `order.status == 'active'`. Version 0.8.0 contains a fix. Some workarounds are available. If the `Serviceapikey` module is not needed, uninstall it to remove the affected endpoints. One may also use a reverse proxy or WAF to restrict access to `/api/client/order/service` and `/api/client/serviceapikey/reset` based on application-level order-state logic.
FOSSBilling is a free, open-source billing and client management system. Versions prior to 0.8.0 allow low-privileged staff accounts to perform unauthorized actions via admin API endpoints. The root cause is a combination of the `can_always_access` module flag (which grants all staff access to certain modules) and insufficient permission checks or unsafe parameter handling on individual endpoints. Version 0.8.0 contains a fix. Some workarounds are available. Restrict staff accounts to only those who need access to sensitive settings and/or use a reverse proxy or WAF to restrict access to the affected endpoints to trusted IP addresses or higher-privilege roles.
FOSSBilling is a free, open-source billing and client management system. In versions 0.5.6 through 0.7.2, when the "Require Email Confirmation" setting is enabled, a logged-in client with an unverified email address (`email_approved = 0`) can access all client-area pages (e.g. `/client/balance`, `/client/order/list`, `/client/invoice`) and read real account data, including wallet balances and transaction history. The API-side enforcement correctly restricts unverified clients to only profile-related endpoints, but the page-side enforcement is overly permissive, allowing any request whose path starts with `/client`. Version 0.8.0 contains a fix. No known workarounds that don't involve modifying the source code are available.
curl -i -X GET 'https://api.rankiteo.com/underwriter-getcompany-history?
linkedin_id=axa' -H 'apikey: YOUR_API_KEY_HERE'
Every week, Rankiteo analyzes billions of signals to give organizations a sharper, faster view of emerging risks. With deeper, more actionable intelligence at their fingertips, security teams can outpace threat actors, respond instantly to Zero-Day attacks, and dramatically shrink their risk exposure window.
Rankiteo is a unified scoring and risk platform that analyzes billions of signals weekly to help organizations gain faster, more actionable insights into emerging threats. Empowering teams to outpace adversaries and reduce exposure.