An exposed SISVISA database leaked 102,215 Brazilian health records, exposing IDs, tax data, and regulatory documents without authentication. Researcher Jeremiah Fowler found a publicly accessible database that turned out to belong to SISVISA, Brazil’s Health Surveillance Information System, and alerted ExpressVPN, which later shared the findings with Hackread. The exposed instance held exactly 10

A publicly accessible database belonging to Brazil’s Health Surveillance Information System (SISVISA) exposed 102,215 health records, including sensitive personal and regulatory documents, without requiring any authentication. Security researcher Jeremiah Fowler discovered the exposed instance and subsequently reported the findings.
The database, totaling approximately 79 GB of data, contained a wide array of information critical to Brazil’s health surveillance operations. This included full names, home addresses, phone numbers, CPF and CNPJ tax IDs, scanned driver’s licenses, federal doctor ID cards, photographs, fingerprints, inspection reports, complaint records, and compressed backup archives. The exposed folders were labeled "backups," "imports," "documents," and "uploads."
SISVISA is a vital platform utilized by Brazilian health authorities to oversee public health regulations, issue business permits, and manage inspections for various entities such as hospitals, restaurants, and pharmacies. The exposed data was not from a test environment but was directly integrated into the system's operational functions.
The lack of authentication meant that anyone with the database's URL could browse and access these sensitive files. This type of data could enable attackers to engage in phishing and impersonation campaigns, open new lines of credit, or cross-reference tax IDs with other breached datasets for further exploitation. There is also a risk that malicious actors could download the files, inject malware, re-upload them, or encrypt the entire system for ransom.
The SISVISA system, which replaced paper-based workflows in 2015, aimed to streamline application approvals and compliance tracking. However, the digital transition introduced new vulnerabilities, as evidenced by this exposure.
Upon discovering the vulnerability, Fowler promptly notified several government agencies. Public access to the database was disabled shortly after these alerts were sent. However, no official response was received, leaving it unclear how long the data had been exposed or whether any unauthorized parties had accessed it prior to its securing.
It remains unconfirmed whether the exposed database was managed directly by a government team or by a third-party provider. The incident highlights common cybersecurity challenges, including critical systems lacking proper authentication and encryption, and an unclear chain of responsibility for data security.
For individuals or organizations potentially affected by this leak, it is advisable to closely monitor financial accounts, treat unexpected communications referencing tax IDs or licenses with extreme caution, and enable multi-factor authentication wherever possible. The exposure of health surveillance data, including fingerprints and medical regulatory information, significantly elevates the risks of fraud and long-term identity abuse.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.