FOBLF A.I CyberSecurity Scoring
04/12/2025
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Federal Office for Buildings and Logistics FOBL in 2026.
No incidents recorded for Federal Office for Buildings and Logistics FOBL in 2026.
No incidents recorded for Federal Office for Buildings and Logistics FOBL in 2026.
Many Companies. One Mahindra. Founded in 1945, the Mahindra Group is one of the largest and most admired multinational federations of companies, with 324,000+ employees across 100+ countries. It enjoys a leadership position in farm equipment, utility vehicles, information technology, and financial services in India and is the world’s largest tractor company by volume. The Group operates in 20+ industries, including renewable energy, agriculture, logistics, hospitality, and real estate, with a turnover of over US $25 billion. The Mahindra Group has a clear focus on leading ESG globally, enabling rural prosperity and enhancing urban living, with a goal to drive positive change in the lives of communities and stakeholders to enable them to Rise. Learn more about Mahindra on www.mahindra.com X and Facebook: @MahindraRise WhatsApp Channel: https://whatsapp.com/channel/0029VbB2EYe7tkjBJ14fH518 For updates subscribe to https://www.mahindra.com/news-room
Larsen & Toubro is an Indian multinational engaged in EPC Projects, Hi-Tech Manufacturing and Services. It operates in over 50 countries worldwide. A strong, customer-focused approach and the constant quest for top-class quality have enabled L&T to attain and sustain leadership in its major lines of business for over eight decades. Corporate Sustainability: L&T was the first company in India in the engineering & construction space to publicly disclose its sustainability performance. Our Integrated Report, which tracks the sustainability performance of the organisation and its inter-connectedness with the financial performance, showcases how L&T is adding value to its stakeholders. Our technological capabilities enable us to reach various nodes and build a network spanning products, processes, employees, environment and community. This enables a more holistic consideration of actions, outcomes and impact, which in turn accelerates and amplifies returns across all capitals - Financial, Natural, Human, Manufacturing, Intellectual and Social & Relationship.
The CKA Birla Group, is an Indian multinational conglomerate with a multibillion dollar revenue. With over 35,000 employees, the group operates more than 50 manufacturing facilities across India and the world, with a presence in diverse sectors including technology, automotive, home and building and healthcare. The CKA Birla Group continuously adapts to stay ahead in a changing world. By harnessing technology and investing in people and digital transformation, the Group consistently remains agile and delivers profitable growth. Viewing value creation through a global lens, our companies operate without borders. The CKA Birla Group companies include Birlasoft, GMMCO, National Engineering Industries (manufacturer of NBC Bearings), BirlaNu (formerly HIL), Orient Electric, CK Birla Healthcare (CK Birla Hospitals and Birla Fertility & IVF), Orient Paper, AVTEC and Neosym. Our companies share a common purpose of serving customers, partners and communities to create long term value through trust based relationships. Our commitment to our community The CKA Birla Group is also known for its deep-rooted commitment to community with institutions like BIT Mesra, Modern High Schools, BM Birla Science Centre, and The CMRI Trust Hospitals, serving millions and nurturing generations of talent.
With a rich legacy spanning over 165 years, Aditya Birla Group is a story of enriching lives, pioneering change, and leaving an indelible mark globally. Our success aligns with our philosophy of being A Force for Good. Operating in over 41 countries, we’re a powerhouse of innovation and customer-centricity. Our businesses have flourished into global leaders in key industries such as aluminium rolling, viscose staple fibre, carbon black, cement, financial services, fashion, hospitality, jewellery, entertainment and more. Today, we are a US$ 65Bn global conglomerate with a market cap of over US$ 100Bn*. Some of our recent achievements: Our journey of expansion continues with significant milestones achieved in 2024. We have ventured into branded retail jewellery with Indriya. Our recent foray into paints sector, under the brand name, Birla Opus, demonstrates our commitment to exploring new horizons across 300 towns. With our expansion into the premium casual dining segment through our new-age hospitality arm we are celebrating the power of global cuisines in bringing people together. Birla Pivot, our B2B e-commerce platform, a major extension to the building materials sector, serving as a comprehensive hub for all building material needs. With unwavering dedication, we endeavour to uplift communities socially and economically, enveloping them in the compassionate embrace of our commitment. Our efforts extend to 9,000 villages, impacting 11 million people annually. This includes providing skill based training for 100,000 individuals and immunizing with 100 million polio vaccinations. Learn more about who we are: www.adityabirla.com *End of Q3FY25 Follow us on: Twitter: @AdityaBirlaGrp Linkedin : @aditya-birla-group Instagram: @AdityaBirlaGrp YouTube: adityabirlagroup
Founded by Jamsetji Tata in 1868, the Tata group is a global enterprise headquartered in India. The group operates in more than 100 countries across six continents with a mission 'To improve the quality of life of the communities we serve globally, through long-term stakeholder value creation based on Leadership with Trust'. Sixty-six per cent of the equity of Tata Sons, the promoter holding company, is held by philanthropic trusts, thereby returning wealth to society. The Tata name has been respected in India for 150 years for its adherence to strong values and business ethics. The companies of the Tata group employ the best and finest, strengthened by a culture of ethics and integrity. Today we stand strong at 702,454 employees.
Latest updates, reports, and threat intel affecting the global network.
The contract between the French digital giant and the Federal Office for Buildings and Logistics (FOBL) was finalized on Monday and will...
A vulnerability in keras-team/keras version 3.15.0 allows unsafe deserialization of attacker-controlled PyTorch pickle data through the public `keras.layers.TorchModuleWrapper.from_config` method. This method invokes `torch.load(..., weights_only=False)` without requiring an explicit unsafe opt-in, such as a `safe_mode=False` parameter. When called outside a `SafeModeScope(True)` context, the absence of an ambient safe mode state permits unsafe deserialization by default. This issue can lead to arbitrary code execution if untrusted Keras layer configurations are processed using this method. The vulnerability arises because the method does not enforce safe deserialization practices unless explicitly guarded by Keras safe mode.
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs In iommu_mmio_write() and iommu_capability_write(), the variables dbg_mmio_offset and dbg_cap_offset are declared as int. However, they are populated using kstrtou32_from_user(). If a user provides a sufficiently large value, it can become a negative integer. Prior to this patch, the AMD IOMMU debugfs implementation was already protected by different mechanisms. 1. #define OFS_IN_SZ 8 ensures the user string <= 8 bytes, so e.g. 0xffffffff isn't a valid input. if (cnt > OFS_IN_SZ) return -EINVAL; 2. Implicit type promotion in iommu_mmio_write(), dbg_mmio_offset is int and iommu->mmio_phys_end is u64 if (dbg_mmio_offset > iommu->mmio_phys_end - sizeof(u64)) return -EINVAL; 3. The show handlers would currently catch the negative number and refuse to perform the read. Replace kstrtou32_from_user() with kstrtos32_from_user() to parse the input, and check for negative values to explicitly prevent out-of-bounds memory accesses directly in iommu_mmio_write() and iommu_capability_write().
In the Linux kernel, the following vulnerability has been resolved: sysfs: don't remove existing directory on update failure When sysfs_update_group() is called for a named group and create_files() fails (e.g. -ENOMEM), internal_create_group() calls kernfs_remove(kn) on the group directory. In the update path, kn was obtained via kernfs_find_and_get() and refers to a directory that already existed before this call. Removing it silently destroys a sysfs group that the caller did not create. Only remove the directory if we created it ourselves. On update failure the directory remains as it is left empty by remove_files() inside create_files(), but can be repopulated by a retry.
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: call missing mem_cgroup_iter_break() damon_sysfs_memcg_path_to_id() breaks mem_cgroup_iter() loop without calling mem_cgroup_iter_break(). This leaks the cgroup reference. Fix the issue by calling mem_cgroup_iter_break() before the break. The issue was discovered [1] by Sashiko.
In the Linux kernel, the following vulnerability has been resolved: efi: Allocate runtime workqueue before ACPI init Since commit 5894cf571e14 ("acpi/prmt: Use EFI runtime sandbox to invoke PRM handlers") ACPI PRM calls are delegated to a workqueue which runs in a kernel thread, making it easier to detect and mitigate faulting memory accesses performed by the firmware. Rafael reports that such PRM accesses may occur before efisubsys_init() executes, which is where the workqueue is allocated, leading to NULL pointer dereferences. Since acpi_init() [which triggers the early PRM accesses] executes as a subsys_initcall() as well, and has its own dependencies that may be sensitive to initcall ordering, deferring acpi_init() is not an option. So instead, split off the workqueue allocation into its own postcore initcall, as this is the only missing piece to allow EFI runtime calls to be made. This ensures that EFI runtime call (including PRM calls) are accessible to all code running at subsys_initcall() level.
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.