IUE A.I CyberSecurity Scoring
04/12/2025
Access Monitoring Plan
Access Monitoring Plan
No incidents recorded for Indiana University East in 2026.
No incidents recorded for Indiana University East in 2026.
No incidents recorded for Indiana University East in 2026.
The George Washington University, an independent academic institution chartered by the Congress of the United States in 1821, dedicates itself to furthering human well-being. The University values a dynamic, student-focused community stimulated by cultural and intellectual diversity and built upon a foundation of integrity, creativity, and openness to the exploration of new ideas. The George Washington University, centered in the national and international crossroads of Washington, D.C., commits itself to excellence in the creation, dissemination, and application of knowledge. To promote the process of lifelong learning from both global and integrative perspectives, the University provides a stimulating intellectual environment for its diverse students and faculty. By fostering excellence in teaching, the University offers outstanding learning experiences for full-time and part-time students in undergraduate, graduate, and professional programs in Washington, D.C., the nation, and abroad. As a center for intellectual inquiry and research, the University emphasizes the linkage between basic and applied scholarship, insisting that the practical be grounded in knowledge and theory. The University acts as a catalyst for creativity in the arts, the sciences, and professions by encouraging interaction among its students, faculty, staff, alumni, and the communities it serves. The George Washington University draws upon the rich array of resources from the National Capital Area to enhance its educational endeavors. In return, the University, through its students, faculty, staff, and alumni, contributes talent and knowledge to improve the quality of life in metropolitan Washington, D.C.
LSU is the flagship institution of Louisiana and is one of only 30 universities nationwide holding land-grant, sea-grant and space-grant status. Since 1860, LSU has served its region, the nation, and the world through extensive, multipurpose programs encompassing instruction, research, and public service. The university brings in more than $150 million annually in outside research grants and contracts, a significant factor for the Louisiana economy.
Emory University, a top research university located in Atlanta, Georgia, is an inquiry-driven, ethically engaged and diverse community whose members work collaboratively for positive transformation in the world through courageous leadership in teaching, research, scholarship, health care and social action. The university is recognized internationally for its outstanding liberal arts college, superb professional schools and one of the Southeast's leading health care systems.
Washington State University is a nationally recognized land-grant research university, founded in Pullman in 1890. WSU’s statewide system includes campuses in Pullman, Spokane, Everett, Tri-Cities and Vancouver, with extension and research offices in every county of the state, and a nationally ranked online program. WSU is well known for its programs in veterinary medicine, agriculture, engineering, architecture, global animal health, food science, plant science, business, human health, pharmacy, neuroscience, communications, biofuels, sleep, business, education, energy. And, WSU athletics teams compete in the NCAA’s Pac-12 Conference.
The University of Colorado Boulder is Colorado’s leading public research university, transforming lives since 1876. As the state's flagship university and one of only 38 U.S. public research institutions in the Association of American Universities (AAU), CU Boulder has proudly served Coloradans since the state's founding. Home to five Nobel Laureates since 1989 and the only university to send space instruments to every planet in the solar system, CU Boulder provides a strong return on investment by aligning efforts to achieve research and creative excellence, global sustainability impact and the success of all students, faculty and staff.
The University of Rochester is a private research university located in Rochester, New York. Our campuses are home to more than 6,500 undergraduates and nearly 5,500 graduate students who come from across the United States and around the world to pursue their academic goals. We offer bachelor's, master's, and doctoral degrees through our seven schools and various interdisciplinary programs. Our Yellowjackets compete in NCAA Division III for athletics. With its affiliated UR Medicine health system, we are the largest employer in the Greater Rochester area.
Harvard University is devoted to excellence in teaching, learning, and research, and to developing leaders in many disciplines who make a difference globally. Founded in 1636, Harvard is the oldest institution of higher learning in the United States. The official flagship Harvard social media channels are maintained by Harvard Public Affairs and Communications and aim to provide access to the people, places, events, news and research at our Institution. We ask that all visitors to Harvard’s digital spaces be civil to one another and to the site editors. Personal attacks, profanity, commercial solicitations, spam, misinformation or other inappropriate contributions are grounds for comment removal. We ask that you stay on topic when contributing to a discussion and refrain from duplicate posts. Hateful or discriminatory comments regarding race, ethnicity, religion, gender, disability, sexual orientation, or political beliefs will not be tolerated. The page administrators reserve the right to delete inappropriate or abusive comments and to permanently ban or block users from the Harvard social media accounts.
Known for its innovative and interdisciplinary approach to education at both the graduate and undergraduate levels, the University of Alabama at Birmingham, a part of the University of Alabama System, is an internationally renowned research university and academic medical center with over $700 million in research awards annually, as well as Alabama’s largest single employer, with some 26,000 employees, and has an annual economic impact exceeding $7.15 billion on the state. The pillars of UAB’s mission include education, research, innovation and economic development, community engagement, and patient care. Learn more at www.uab.edu.
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.
Latest updates, reports, and threat intel affecting the global network.
EVANSVILLE, Ind. (WEHT) – The University of Southern Indiana women's basketball team picked up their third win of the season Monday night...
SOUTH BEND, Ind. (WNDU) - The Indiana Toll Road offered a tutorial in cybersecurity awareness at Indiana University South Bend on Tuesday...
Federal agents seized electronic devices owned by a former IU professor and cybersecurity expert in connection with an investigation into...
Most of the properties IU bought are near campus, but the university also bought properties north of the football stadium.
ELKHART, Ind., October 1, 2025 (Newswire.com) - ITR Concession Company LLC (ITRCC), the concessionaire and operator of the Indiana Toll Road...
Richmond, Ind. - Indiana University East is celebrating the way its online education programs are empowering local residents to achieve...
Pennsylvania's state university system is expanding a partnership with Google by offering a course in artificial intelligence essentials.
Sept. 3, 2025 – In today's Monitor newsletter, see how to take the new GenAI 101 course, changes to OneDrive, tips for using Canvas,...
MUNCIE, IN — Ball Brothers Foundation recently hosted a gathering of community leaders, law enforcement officials and academic professionals...
In Zephyr's userspace dynamic-objects subsystem, thread_idx_alloc() in kernel/userspace/userspace.c allocated a new thread permission index from the global _thread_idx_map[] bitmap without holding lists_lock. On SMP systems, two user-mode threads invoking the k_object_alloc(K_OBJ_THREAD) syscall concurrently can both observe the same low free bit, perform the same non-atomic RMW to clear it, and return the identical tidx. The two newly created K_OBJ_THREAD objects are then assigned the same thread_id, so the two user threads alias a single bit position in every kernel object's perms[] bitfield: any subsequent grant of access on a kernel object to one thread is implicitly a grant to the other, defeating userspace ACL isolation. A secondary lost-update window between the unlocked &=~BIT() in alloc and the locked |= BIT() in thread_idx_free() can also leak entries from the thread-index pool. The defect is reachable from any user-mode thread via the unrestricted __syscall k_object_alloc and is gated on CONFIG_USERSPACE, CONFIG_DYNAMIC_OBJECTS, and CONFIG_SMP. The flaw was introduced when the per-thread permission index was added in 2018 and is present in every release up to and including v4.4.0. Fixed by holding lists_lock across the bitmap RMW and the permissions clear (and inlining the obj_list traversal that previously took the lock itself).
OpenRemote before 1.26.2 contains an authentication bypass vulnerability in the console registration API that allows unauthenticated attackers to update existing console assets by supplying a known asset identifier. Attackers can overwrite push notification tokens and console metadata without authentication or ownership validation, redirecting notifications or denying delivery to legitimate consoles.
SiYuan before v3.7.2 contains a missing authorization vulnerability in the POST /mcp kernel endpoint, which is gated only by a general auth check (model.CheckAuth) with no admin-role or read-only enforcement. This exposes 31 MCP tools, including a file tool with list/read/write/delete/rename/copy actions across the entire workspace. When the Publish server is enabled in anonymous mode (Conf.Publish.Enable=true and Conf.Publish.Auth.Enable=false), the Publish reverse proxy attaches an anonymous RoleReader JWT to proxied requests, allowing a remote unauthenticated attacker to reach /mcp. The attacker can read conf/conf.json to extract accessAuthCode, api.token, and cookieKey in plaintext, write arbitrary files in the workspace, and plant a plugin into data/plugins/ that executes with nodeIntegration:true and no contextIsolation on the next desktop launch, leading to administrator takeover.
ImageMagick before 7.1.2-27 contains a memory leak vulnerability in the magick command-line interface when invalid options are provided. Attackers can trigger memory exhaustion by repeatedly supplying malformed command-line arguments to consume system resources.
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - remove unused character device and IOCTLs The QAT driver exposes a character device (qat_adf_ctl) with IOCTLs for device configuration, start, stop, status query and enumeration. These IOCTLs are not part of any public uAPI header and have no known in-tree or out-of-tree users. Device lifecycle is already managed via sysfs. The ioctl interface also increases the attack surface and is the subject of a number of bug reports. Remove the character device, the IOCTL definitions, and the related data structures (adf_dev_status_info, adf_user_cfg_key_val, adf_user_cfg_section, adf_user_cfg_ctl_data). Drop the now-unused adf_cfg_user.h header and strip adf_ctl_drv.c down to the minimal module_init/module_exit hooks for workqueue, AER, and crypto/compression algorithm registration. Clean up leftover dead code that was only reachable from the removed IOCTL paths: adf_cfg_del_all(), adf_devmgr_verify_id(), adf_devmgr_get_num_dev(), adf_devmgr_get_dev_by_id(), adf_get_vf_real_id() and the unused ADF_CFG macros. Additionally, drop the entry associated to QAT IOCTLs in ioctl-number.rst.
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.