YSHS A.I CyberSecurity Scoring
04/12/2025
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Yeronga State High School in 2026.
No incidents recorded for Yeronga State High School in 2026.
No incidents recorded for Yeronga State High School in 2026.
Montgomery County Public Schools (MCPS), located in Maryland outside of Washington, D.C., is the largest school district in the state. MCPS has 209 schools and serves a diverse population of more than 160,000 students. MCPS offers competitive salaries and benefits, has a nationally recognized professional growth system and is committed to hiring and retaining a highly effective and diverse workforce. We hire for excellence. Please visit our website to view our current job vacancies and for information on how to apply. http://www.montgomeryschoolsmd.org/departments/personnel/
The mission of Charlotte-Mecklenburg Schools is to create an innovative, inclusive, student-centered environment that supports the development of independent learners. The vision of Charlotte-Mecklenburg Schools is to lead the community in educational excellence, inspiring intellectual curiosity, creativity, and achievement so that all students reach their full potential. About CMS Charlotte-Mecklenburg Schools (CMS) provides academic instruction, rigor and support each school day to more than 141,000 students in kindergarten through 12th grade in 186 schools throughout the cities and towns of Mecklenburg County. CMS believes setting high standards for all students creates a greater opportunity for future success – in our communities, within the region and across our diverse and global society. Each day, CMS students are prepared to be leaders in a technologically savvy and globally competitive world. CMS is proud of its diverse mix of students who represent 160 different countries and various cultural and ethnic backgrounds. CMS offers an extensive range of magnet programs in 38 of its schools to nurture the talents of students who have interest and ability in specific areas. CMS also educates, supports, and meets the needs of students with learning and physical disabilities. CMS is one of the largest employers in Mecklenburg County with approximately 18,000 teachers, support staff and administrators. CMS is fortunate to have tremendous support from Charlotte’s corporate, faith and business communities and more than 90,000 mentors and volunteers that support learning and instruction in CMS classrooms. The public school system in Charlotte-Mecklenburg has a rich and intricate history. Built upon the efforts of many individuals who firmly believed in the importance of education to this community, public schools in this area have had a tremendous impact on the growth and economy of the region – as well as the thousands of individuals it has served.
The Toronto District School Board (TDSB) is the largest and one of the most diverse school boards in Canada, and recognized by Forbes and Statista as one of Canada's Best Employers for Diversity for 2023. We serve more than 239,000 students in 582 schools throughout Toronto, and more than 100,000 lifelong learners in our Adult and Continuing Education programs. The TDSB’s Director is supported by the Senior Team and is responsible for: • serving our students and communities • improving academic performance • managing business services • providing staff support • operating and maintaining our buildings The Board is also supported by 22 publicly elected Trustees. Our Trustees work to ensure that all of our students realize their potential and succeed. They are advocates for education and are the voice of the public, ensuring all concerns are addressed.
Prince George's County Public Schools (PGCPS), one of the nation's 25 largest school districts, has 200 schools and centers, more than 133,000 students and 22,000 employees. The school system serves a diverse student population from urban, suburban and rural communities located in the Washington, DC suburbs. PGCPS is nationally recognized for innovative programs and initiatives that provide students with unique learning opportunities, including arts integration, environmental and financial literacy, and language immersion.
The Peel District School Board serves more than 156,000 students in kindergarten to grade 12. Operating more than 257 schools in the municipalities of Brampton, Caledon and Mississauga, the Peel board is the largest employer in Peel. At the Peel board, we inspire success, confidence and hope in each student. Everything we do is designed to help all students reach high levels of achievement—starting with a long list of available programs and support services. If you are interested in working at the Peel board, visit our online job database: www.peelschools.org/jobs/jobpostings For updates and more information, follow us on Twitter and Instagram at @Peelschools or like us on Facebook.
The COBB COUNTY SCHOOL DISTRICT is a public school system with administrative offices based at 514 Glover St., Marietta, GA 30060. Cobb County School District (CCSD) is the second largest school system in Georgia. CCSD is responsible for educating more than 112,000 students in a diverse, constantly changing suburban environment. CCSD is made up of 113 schools and employs over 18,000 employees, making it the largest employer in Cobb County, GA. Our mission is Creating and Supporting Pathways for Success. Our vision is One Team, One Goal: Student Success.
Gwinnett County Public Schools (GCPS), located in the metro Atlanta area, is the largest school system in Georgia and the 11th largest school district in the country, offering education professionals and support staff endless opportunities to SHINE. GCPS is one of the nation’s top urban school districts. What distinguishes this school system from others is a strong curriculum, the most talented teachers in the profession, well-equipped facilities, and an enviable level of parental involvement and community support. Gwinnett County citizens highly value the vital role education plays in building a thriving, global community and strongly support the school system’s pursuit of excellence. Excellent teachers, involved parents, and a supportive community are key elements in the district’s quest to become a system of world-class schools – and, together, we SHINE!
Fairfax County Public Schools (FCPS), located in Northern Virginia, is the nation’s 9th largest public school system, serves a diverse population of more than 180,000 students in grades prekindergarten through 12. Fairfax County high schools are recognized annually by the Washington Post as being among the most challenging high schools in the U.S. FCPS is the third largest employer in Virginia, with 24,600 full-time staff positions. Outstanding benefits including medical insurance, dental insurance, retirement plans, life insurance, flexible spending accounts, sick and personal leave, disability programs, and long-term care insurance are available for eligible employees. Staff development and training is available through academy classes, in-service training, and master’s degree cohort programs. Full-time technology support teachers are in each school; additionally, an on-line resource for FCPS students to extend learning beyond the traditional day is accessible through the 24-7 Learning System. “Great Beginnings” provides mentoring to all teachers new to the county, and “Savings for Staff” incentives help to make your relocation an easy one.
The Dallas Independent School District is “one of the nation’s fastest improving school districts,” according to the Council of the Great City Schools. With 230+ schools and approximately 130,000+ students, Dallas ISD is home to two of the top public high schools in the country and boasts a number of National Blue Ribbon Schools and several noteworthy accomplishments, including a steadily increasing graduation rate. Dallas ISD has seen continual gains in student achievement, and strives to help ensure the success of every student. Upon graduation, more district graduates are college- and career-ready, primed to be productive, contributing members to the community. We are proud of our award-winning schools, outstanding teachers and staff, hard-working students, committed parents and volunteers. Please visit www.dallasisd.org to learn more about what Dallas ISD has to offer.
Latest updates, reports, and threat intel affecting the global network.
An incomplete patch for CVE-2026-18556 allows for authentication bypass and account takeover in N-central Versions through 2026.3.1
The OCPP 1.6 client in subsys/net/lib/ocpp parsed inbound WAMP RPC frames in parse_rpc_msg() (subsys/net/lib/ocpp/ocpp_j.c) using a hand-rolled helper, extract_string_field(), that copied the message's uid and action fields with strncpy(out_buf, token + 1, outlen - 1) and then scanned the result with strchr(out_buf, '"'). Because strncpy does not NUL-terminate the destination when the source is at least outlen - 1 (127) bytes long, the subsequent strchr reads past the 128-byte destination buffer into adjacent stack memory; if a " byte is found beyond the buffer, a one-byte out-of-bounds NUL write also occurs. A related defect in extract_payload() runs strchr/strrchr over the receive buffer, which may not be NUL-terminated when a maximal-length frame fills it. The parsed bytes come directly from the OCPP central-system server over a websocket: the reader thread fills recv_buf via websocket_recv_msg() and calls parse_rpc_msg() on each inbound DATA frame (subsys/net/lib/ocpp/ocpp.c). A malicious or compromised central server, or an on-path attacker (OCPP is commonly deployed over plain ws://), can send an RPC frame whose uid or action field is 127+ bytes with no closing quote, triggering the out-of-bounds access. The primary impact is a remotely triggerable denial of service: the unbounded scan can fault on an unmapped page, and the stray NUL write can corrupt adjacent stack state. The over-read data is not reflected to the peer, so disclosure is limited. The feature is EXPERIMENTAL and must be explicitly enabled (CONFIG_OCPP). The fix replaces the manual parser with the bounds-respecting json_mixed_arr_parse() and copies the extracted uid with an explicitly NUL-terminated buffer, eliminating both over-reads.
A vulnerability in huggingface/transformers versions <=5.8.0.dev0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the `save_pretrained()` methods of `PreTrainedTokenizerBase` and `ProcessorMixin`, where keys from the `chat_template` dictionary are used directly as filenames without proper validation. An attacker can exploit this by publishing a malicious Hugging Face Hub repository with a crafted `tokenizer_config.json` file. When a victim downloads and saves the tokenizer or processor, the attacker-controlled keys can escape the intended save directory, enabling arbitrary file writes with attacker-controlled content. This vulnerability affects multiple processors inheriting from `ProcessorMixin`, including Idefics, Florence, Gemma, Phi, and Qwen-VL.
PyAthena prior to 3.35.4 contains a sql injection vulnerability that allows unauthenticated attackers to inject arbitrary SQL by exploiting improper quote-escaping in DefaultParameterFormatter.format(), which routes DELETE and CTAS statements to the _escape_hive function that backslash-escapes single quotes rather than doubling them. Because Athena and Trino do not treat backslashes as escape characters inside string literals, attacker-supplied input such as a single quote followed by SQL syntax causes the parser to terminate the string literal prematurely, enabling data exfiltration via UNION SELECT, execution of destructive statements, and attacker-controlled CTAS destination and content.
Zephyr's Bluetooth Mesh subnet key management leaks one PSA Crypto key slot on every subnet-key teardown. In subsys/bluetooth/mesh/subnet.c, net_keys_create() imports the Private Beacon Key into a PSA key slot under CONFIG_BT_MESH_PRIV_BEACONS (enabled by default), but subnet_keys_destroy() guarded the matching psa_destroy_key() with CONFIG_BT_MESH_V1d1. That Kconfig symbol was removed when explicit Mesh 1.0.1 support was dropped, so the destroy branch became permanently dead code and the import is never balanced by a destroy. The imbalanced teardown is reached every time subnet keys are destroyed: deleting a subnet (Config Server NetKey Delete), completing a Key Refresh Procedure (which retires the old key set), and resetting/re-provisioning the node. The over-the-air triggers are processed only under the node's device key, so they are exercisable by the provisioner or network administrator that owns the node, reachable over the Bluetooth Mesh network. With the default CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT of 16, repeated add/delete or key-refresh cycles exhaust the shared PSA key-slot pool after roughly a dozen rounds. Once exhausted, bt_mesh_private_beacon_key() and thus subnet creation fail: the node can no longer add subnets or complete key refresh, and other PSA crypto consumers on the device may be starved, until the device is rebooted. The fix aligns the destroy guard with the import guard (CONFIG_BT_MESH_PRIV_BEACONS) so each slot is freed.
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.